[Pkg-libvirt-commits] [libguestfs] 166/233: perl: Data::Dumper and String::ShellQuote modules are no longer required.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:11:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit f0f95bd0385874de976e58875aefc1279814d0bc
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jan 29 08:45:19 2014 +0000

    perl: Data::Dumper and String::ShellQuote modules are no longer required.
    
    They used to be used by old Perl virt-make-fs.  Nothing else uses
    them.
    
    This updates commit d3512deb6728dffbb3a958c7168b81dbde56d748.
---
 README       | 2 --
 configure.ac | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README b/README
index 8192086..3f477f0 100644
--- a/README
+++ b/README
@@ -222,8 +222,6 @@ The full requirements are described below.
 +--------------+-------------+---+-----------------------------------------+
 | Test::More   |             | O | Perl module used by tests.              |
 +--------------+-------------+---+-----------------------------------------+
-| String::Shellquote         | O | Perl module used by some virt-* tools.  |
-+--------------+-------------+---+-----------------------------------------+
 | XML::XPath   |             | O | Perl module used by some virt-* tools.  |
 +--------------+-------------+---+-----------------------------------------+
 | XML::XPath::XMLParser      | O | Perl module used by some virt-* tools.  |
diff --git a/configure.ac b/configure.ac
index b50da4c..43634ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1563,7 +1563,7 @@ AM_CONDITIONAL([HAVE_GOLANG],[test "x$GOLANG" != "xno"])
 dnl Check for Perl modules needed by Perl virt tools (virt-df, etc.)
 AS_IF([test "x$PERL" != "xno"],[
     missing_perl_modules=no
-    for pm in Pod::Usage Getopt::Long Sys::Virt Data::Dumper Locale::TextDomain Win::Hivex Win::Hivex::Regedit String::ShellQuote; do
+    for pm in Pod::Usage Getopt::Long Sys::Virt Locale::TextDomain Win::Hivex Win::Hivex::Regedit ; do
         AC_MSG_CHECKING([for $pm])
         if ! $PERL -M$pm -e1 >&AS_MESSAGE_LOG_FD 2>&1; then
             AC_MSG_RESULT([no])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list