git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b21ed4
)
virt-cat: Remove some unused Perl module includes.
author
Richard Jones
<rjones@trick.home.annexia.org>
Wed, 23 Sep 2009 10:11:21 +0000
(11:11 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Wed, 23 Sep 2009 10:18:45 +0000
(11:18 +0100)
cat/virt-cat.pl
patch
|
blob
|
history
diff --git
a/cat/virt-cat.pl
b/cat/virt-cat.pl
index
8db5348
..
748dbb8
100755
(executable)
--- a/
cat/virt-cat.pl
+++ b/
cat/virt-cat.pl
@@
-25,9
+25,6
@@
use Sys::Guestfs::Lib qw(open_guest get_partitions resolve_windows_path
inspect_operating_systems mount_operating_system);
use Pod::Usage;
use Getopt::Long;
-use Data::Dumper;
-use File::Temp qw/tempdir/;
-use XML::Writer;
use Locale::TextDomain 'libguestfs';
=encoding utf8