[libvirt] [libvirt-perl][PATCH] Fix POD error in Domain.pm

Previous commit put the =item outside of an =over region. Failed test 'POD test for blib/lib/Sys/Virt/Domain.pm' at /usr/lib64/perl5/vendor_perl/5.20.2/Test/Pod.pm line 186. blib/lib/Sys/Virt/Domain.pm (3015): '=item' outside of any '=over' blib/lib/Sys/Virt/Domain.pm (3019): You forgot a '=back' before '=head2' Looks like you failed 1 test of 13. --- Changes | 1 + lib/Sys/Virt/Domain.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index a54cf71..8f7be1d 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for perl module Sys::Virt 1.3.4 2016-00-00 + - Fix POD error in Domain.pm - Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED constant - Reuse VIR_DOMAIN_EVENT_ID_DEVICE callbacks diff --git a/lib/Sys/Virt/Domain.pm b/lib/Sys/Virt/Domain.pm index bafe9ba..c41fb64 100644 --- a/lib/Sys/Virt/Domain.pm +++ b/lib/Sys/Virt/Domain.pm @@ -3010,12 +3010,12 @@ provides a hash containing the job stats. The keyus in the hash are the same as those used with the C<Sys::Virt::Domain::get_job_stats()> method. -=back - =item Sys::Virt::Domain::EVENT_ID_DEVICE_REMOVAL_FAILED Guest device removal has failed. +=back + =head2 IO ERROR EVENT CONSTANTS These constants describe what action was taken due to the -- 2.7.3

On Thu, Apr 14, 2016 at 03:02:49PM +0200, Ján Tomko wrote:
Previous commit put the =item outside of an =over region.
Failed test 'POD test for blib/lib/Sys/Virt/Domain.pm' at /usr/lib64/perl5/vendor_perl/5.20.2/Test/Pod.pm line 186. blib/lib/Sys/Virt/Domain.pm (3015): '=item' outside of any '=over' blib/lib/Sys/Virt/Domain.pm (3019): You forgot a '=back' before '=head2' Looks like you failed 1 test of 13. --- Changes | 1 + lib/Sys/Virt/Domain.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
ACK Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
participants (2)
-
Daniel P. Berrange
-
Ján Tomko