[libnet-interface-perl] 04/05: Fix POD errors

Christopher Hoskin christopher.hoskin at gmail.com
Sat Feb 21 22:29:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository libnet-interface-perl.

commit 4aa13791cfd4ac32cd4fca3270586918c91450f7
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat Feb 21 22:15:45 2015 +0000

    Fix POD errors
---
 debian/patches/manpage.patch | 104 +++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series        |   1 +
 2 files changed, 105 insertions(+)

diff --git a/debian/patches/manpage.patch b/debian/patches/manpage.patch
new file mode 100644
index 0000000..f9e2494
--- /dev/null
+++ b/debian/patches/manpage.patch
@@ -0,0 +1,104 @@
+Description: Fixes POD errors
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102275
+Last-Update: 2015-02-21
+
+--- a/lib/Net/Interface/Developer.pm
++++ b/lib/Net/Interface/Developer.pm
+@@ -8,7 +8,7 @@
+ 
+ =head1 NAME
+ 
+-Net::Interface::Developer api, notes, hints
++Net::Interface::Developer - api, notes, hints
+ 
+ =head1 DESCRIPTION
+ 
+@@ -176,7 +176,7 @@
+ 
+ Both function sets result in a printed description to the terminal window to
+ facilitate code creation and debug. Currently the B<ref> is unused. It is
+-expected that future developement will modify or add to function access.
++expected that future development will modify or add to function access.
+ 
+   # test.pl for developer
+   #
+@@ -429,6 +429,7 @@
+ 
+ 	nifp->refreshir 
+ 
++=back
+ 
+ =head1 COPYRIGHT
+ 
+--- a/inst/netsymbols.pl
++++ b/inst/netsymbols.pl
+@@ -707,6 +707,9 @@
+ 
+   i.e.
+ |, $utxt, q|
++
++=back
++
+ =head1 AUTHOR	Michael Robinton <michael at bizsystems.com>
+ 
+ =head1 COPYRIGHT	|. ((localtime())[5] +1900) .q|
+--- a/Interface.pm
++++ b/Interface.pm
+@@ -337,10 +337,10 @@
+ code. If you have been using a previous version of Net::Interface you should
+ verify that these API changes do not break your code.
+ 
+-=over 6
+-
+ B<NO LONGER SUPPORTED>
+ 
++=over 6
++
+ =item * I<$naddr=$if-E<gt>address($naddr);>
+ 
+ =item * I<$naddr=$if-E<gt>netmask($naddr);>
+@@ -360,10 +360,10 @@
+ 
+ 	Net::Interface->new(\%iface_spec);
+ 
+-=over 6
+-
+ B<NO LONGER SUPPORTED>
+ 
++=over 6
++
+ =item * I<($sa_family,$size,$naddr)=$if-E<gt>address($naddr);>
+ 
+ =back
+@@ -384,10 +384,10 @@
+ 
+ The new API is described in detail later in this document.
+ 
+-=over 6
+-
+ B<NO LONGER SUPPORTED>
+ 
++=over 6
++
+ =item * I<($sa_family,$size,$hwaddr)=$if-E<gt>hwaddress($hwaddr);>
+ 
+ =back
+@@ -471,8 +471,6 @@
+ 	$old_metric = $if->metric($new_metric);
+     etc...
+ 
+-=back
+-
+ =item * I<-E<gt>new();> has multiple calling invocations.
+ 
+ This method will refresh the data for an existing interface OR it can modify
+@@ -534,6 +532,8 @@
+ The keyword B<alias> says not to change the primary interface but instead to
+ add an address to the interface.
+ 
++=back
++
+ =item * $refresh_if = I<-E<gt>delete($naddr);>
+ 
+ Removes and address from an interface where supported.
diff --git a/debian/patches/series b/debian/patches/series
index 2dd099e..dd8441a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+manpage.patch
 update-configure.ac.patch
 Upstream-Bug-83994.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-interface-perl.git



More information about the Pkg-perl-cvs-commits mailing list