[libvirt] Sys::Virt deps

Hey folks, I am poking at Sys::Virt a little. Here's a patch to help with dependencies. Cheers, C.J. $ diff -u Sys-Virt-0.2.4/Makefile.PL Sys-Virt-0.2.4-cjac/Makefile.PL --- Sys-Virt-0.2.4/Makefile.PL 2010-05-19 11:56:18.000000000 +0000 +++ Sys-Virt-0.2.4-cjac/Makefile.PL 2010-05-26 00:55:05.000000000 +0000 @@ -16,6 +16,7 @@ 'VERSION_FROM' => 'lib/Sys/Virt.pm', 'PREREQ_PM' => { 'Test::More' => 0, + 'XML::XPath' => 0, }, 'AUTHOR' => 'Daniel Berrange <dan@berrange.com>', 'LIBS' => [$LIBVIRT_LIBS],

On Tue, May 25, 2010 at 06:13:46PM -0700, C.J. Adams-Collier wrote:
Hey folks,
I am poking at Sys::Virt a little. Here's a patch to help with dependencies.
Thanks, I've applied this patch Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
participants (2)
-
C.J. Adams-Collier
-
Daniel P. Berrange