r72012 - in /trunk/libtest-checkmanifest-perl/debian: changelog patches/pod.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Mar 28 16:35:19 UTC 2011


Author: periapt-guest
Date: Mon Mar 28 16:35:11 2011
New Revision: 72012

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72012
Log:
Added patch for mangled POD

Added:
    trunk/libtest-checkmanifest-perl/debian/patches/pod.patch
Modified:
    trunk/libtest-checkmanifest-perl/debian/changelog
    trunk/libtest-checkmanifest-perl/debian/patches/series

Modified: trunk/libtest-checkmanifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/changelog?rev=72012&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/changelog (original)
+++ trunk/libtest-checkmanifest-perl/debian/changelog Mon Mar 28 16:35:11 2011
@@ -8,6 +8,7 @@
   * New upstream release
   * Updated copyright
   * Refreshed patch
+  * Added patch for mangled POD
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 28 Mar 2011 16:54:18 +0100
 

Added: trunk/libtest-checkmanifest-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/patches/pod.patch?rev=72012&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/patches/pod.patch (added)
+++ trunk/libtest-checkmanifest-perl/debian/patches/pod.patch Mon Mar 28 16:35:11 2011
@@ -1,0 +1,26 @@
+Subject: Two NAME sections, authoritative one lacking a what is
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Forwarded: no
+Last-Update: 2011-03-28
+--- a/lib/Test/CheckManifest.pm
++++ b/lib/Test/CheckManifest.pm
+@@ -235,7 +235,7 @@
+ 
+ =head1 NAME
+ 
+-Test::CheckManifest
++Test::CheckManifest - Check if your Manifest matches your distro
+ 
+ =head1 VERSION
+ 
+@@ -254,10 +254,6 @@
+ 
+ There is only one method exported: C<ok_manifest>
+ 
+-=head1 NAME
+-
+-Test::CheckManifest - Check if your Manifest matches your distro
+-
+ =head1 METHODS
+ 
+ =head2 ok_manifest   [{exlude => $arref}][$msg]

Modified: trunk/libtest-checkmanifest-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/patches/series?rev=72012&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/patches/series (original)
+++ trunk/libtest-checkmanifest-perl/debian/patches/series Mon Mar 28 16:35:11 2011
@@ -1,1 +1,2 @@
 fix-tests
+pod.patch




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