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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
Description: remove duplicate NAME sections, keep the one with a synopsis
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-10-07
--- a/lib/Sys/Info/Driver/Linux.pm
+++ b/lib/Sys/Info/Driver/Linux.pm
@@ -31,7 +31,7 @@
=head1 NAME
-Sys::Info::Driver::Linux
+Sys::Info::Driver::Linux - Linux driver for Sys::Info
=head1 VERSION
@@ -45,10 +45,6 @@
This is the main module in the C<Linux> driver collection.
-=head1 NAME
-
-Sys::Info::Driver::Linux - Linux driver for Sys::Info
-
=head1 METHODS
None.
--- a/lib/Sys/Info/Driver/Linux/Constants.pm
+++ b/lib/Sys/Info/Driver/Linux/Constants.pm
@@ -74,7 +74,7 @@
=head1 NAME
-Sys::Info::Driver::Linux::Constants
+Sys::Info::Driver::Linux::Constants - Constants for Linux driver
=head1 VERSION
@@ -86,10 +86,6 @@
Constants for Linux driver.
-=head1 NAME
-
-Sys::Info::Driver::Linux::Constants - Constants for Linux driver
-
=head1 METHODS
None.
--- a/lib/Sys/Info/Driver/Linux/Device.pm
+++ b/lib/Sys/Info/Driver/Linux/Device.pm
@@ -13,7 +13,7 @@
=head1 NAME
-Sys::Info::Driver::Linux::Device
+Sys::Info::Driver::Linux::Device - Base class for Linux device drivers
=head1 VERSION
@@ -27,10 +27,6 @@
Base class for Linux device drivers.
-=head1 NAME
-
-Sys::Info::Driver::Linux::Device - Base class for Linux device drivers
-
=head1 METHODS
None.
--- a/lib/Sys/Info/Driver/Linux/Device/CPU.pm
+++ b/lib/Sys/Info/Driver/Linux/Device/CPU.pm
@@ -119,7 +119,7 @@
=head1 NAME
-Sys::Info::Driver::Linux::Device::CPU
+Sys::Info::Driver::Linux::Device::CPU - Linux CPU Device Driver
=head1 VERSION
@@ -133,10 +133,6 @@
Identifies the CPU with L<Unix::Processors>, L<POSIX> and C<< /proc >>.
-=head1 NAME
-
-Sys::Info::Driver::Linux::Device::CPU - Linux CPU Device Driver
-
=head1 METHODS
=head2 identify
--- a/lib/Sys/Info/Driver/Linux/OS.pm
+++ b/lib/Sys/Info/Driver/Linux/OS.pm
@@ -306,7 +306,7 @@
=head1 NAME
-Sys::Info::Driver::Linux::OS
+Sys::Info::Driver::Linux::OS - Linux backend
=head1 VERSION
@@ -320,10 +320,6 @@
-
-=head1 NAME
-
-Sys::Info::Driver::Linux::OS - Linux backend
-
=head1 METHODS
Please see L<Sys::Info::OS> for definitions of these methods and more.
--- a/lib/Sys/Info/Driver/Linux/OS/Distribution.pm
+++ b/lib/Sys/Info/Driver/Linux/OS/Distribution.pm
@@ -378,7 +378,7 @@
=head1 NAME
-Sys::Info::Driver::Linux::OS::Distribution
+Sys::Info::Driver::Linux::OS::Distribution - Linux distribution probe
=head1 VERSION
@@ -412,10 +412,6 @@
redflag and ubuntu(lsb). People running unsupported distro's are greatly
encouraged to submit patches.
-=head1 NAME
-
-Sys::Info::Driver::Linux::OS::Distribution - Linux distribution probe
-
=head1 METHODS
=head2 build
--- a/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
+++ b/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
@@ -268,7 +268,7 @@
=head1 NAME
-Sys::Info::Driver::Linux::OS::Distribution::Conf
+Sys::Info::Driver::Linux::OS::Distribution::Conf - Distro configuration
=head1 VERSION
@@ -278,10 +278,6 @@
=head1 DESCRIPTION
-=head1 NAME
-
-Sys::Info::Driver::Linux::OS::Distribution::Conf - Distro configuration
-
=head1 AUTHOR
Burak Gursoy
|