1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Description: remove duplicated NAME section, keep the one with a synopsis
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2019-10-25
Bug: https://github.com/burak/CPAN-Test-Sys-Info/pull/1
--- a/lib/Test/Sys/Info.pm
+++ b/lib/Test/Sys/Info.pm
@@ -32,7 +32,7 @@
=head1 NAME
-Test::Sys::Info
+Test::Sys::Info - Centralized test suite for Sys::Info.
=head1 VERSION
@@ -47,10 +47,6 @@
This is a centralized test suite for Sys::Info Drivers.
-=head1 NAME
-
-Test::Sys::Info - Centralized test suite for Sys::Info.
-
=head1 TESTS
=head2 driver_ok OSID
--- a/lib/Test/Sys/Info/Driver.pm
+++ b/lib/Test/Sys/Info/Driver.pm
@@ -142,7 +142,7 @@
=head1 NAME
-Test::Sys::Info::Driver
+Test::Sys::Info::Driver - Tests Sys::Info driver integrity.
=head1 VERSION
@@ -156,10 +156,6 @@
Can not be used directly. See L<Test::Sys::Info> for more information.
-=head1 NAME
-
-Test::Sys::Info::Driver - Tests Sys::Info driver integrity.
-
=head1 METHODS
=head2 new
|