mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Add Sys::Guestfs::Lib - useful functions for using libguestfs from Perl.
This adds an extra Perl module called Sys::Guestfs::Lib which adds useful functions for using libguestfs from Perl. The intention is that common code shared between virt-inspector, virt-df and virt-v2v will move into this library. This patch also changes virt-inspector to use this library.
This commit is contained in:
@@ -22,6 +22,7 @@ EXTRA_DIST = \
|
||||
examples/LICENSE \
|
||||
examples/*.pl \
|
||||
lib/Sys/Guestfs.pm \
|
||||
lib/Sys/Guestfs/Lib.pm \
|
||||
run-bindtests \
|
||||
run-perl-tests \
|
||||
bindtests.pl \
|
||||
|
||||
Reference in New Issue
Block a user