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 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list