Files
libguestfs/perl/MANIFEST
Richard W.M. Jones f98e0f115b perl: Switch to using Module::Build.
Replace ExtUtils::MakeMaker with Module::Build.

'perllocal.pod' and 'bindtests.pl' are no longer incorrectly
installed.

This change also removes the following phony deps: appliance src_deps
test_images.  No other language binding needs explicit dependencies
for their tests, they just rely on the top level build order being
correct (ie. SUBDIRS in /Makefile.am).
2015-10-24 12:36:28 +01:00

32 lines
555 B
Plaintext

bindtests.pl
Build.PL
Build.PL.in
examples/create_disk.pl
examples/guestfs-perl.pod
examples/inspect_vm.pl
examples/LICENSE
examples/Makefile.am
examples/README
lib/Sys/Guestfs.pm
lib/Sys/Guestfs.xs
Makefile.am
MANIFEST This list of files
README
run-bindtests
run-perl-tests
t/010-load.t
t/020-create.t
t/030-create-flags.t
t/040-create-multiple.t
t/060-handle-properties.t
t/070-optargs.t
t/100-launch.t
t/410-close-event.t
t/420-log-messages.t
t/800-explicit-close.t
t/810-mkdir-eexist.t
t/900-introspection.t
t/910-pod.t
t/920-pod-coverage.t
typemap