r63467 - in /trunk/libmoose-perl/debian: changelog patches/pod.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 7 19:17:05 UTC 2010


Author: gregoa
Date: Thu Oct  7 19:16:54 2010
New Revision: 63467

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63467
Log:
New patch debian/patches/pod.patch: fix a POD error.

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

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=63467&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Thu Oct  7 19:16:54 2010
@@ -7,6 +7,7 @@
     - update list of Breaks
     - sort all dependency fields
   * Add API changes to debian/NEWS.
+  * New patch debian/patches/pod.patch: fix a POD error.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 07 Oct 2010 18:18:45 +0200
 

Added: trunk/libmoose-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/pod.patch?rev=63467&op=file
==============================================================================
--- trunk/libmoose-perl/debian/patches/pod.patch (added)
+++ trunk/libmoose-perl/debian/patches/pod.patch Thu Oct  7 19:16:54 2010
@@ -1,0 +1,17 @@
+Description: pod2man error: "Unterminated C<...> sequence"
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-10-07
+
+--- a/lib/Moose/Manual/Delegation.pod
++++ b/lib/Moose/Manual/Delegation.pod
+@@ -166,7 +166,7 @@
+ scenes.
+ 
+ Note that with currying, the currying always start with the first parameter to
+-a method (C<$_[0]). Any arguments you pass to the delegation come after the
++a method (C<$_[0]>). Any arguments you pass to the delegation come after the
+ curried arguments.
+ 
+ =head1 MISSING ATTRIBUTES

Modified: trunk/libmoose-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/series?rev=63467&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/patches/series (original)
+++ trunk/libmoose-perl/debian/patches/series Thu Oct  7 19:16:54 2010
@@ -1,1 +1,2 @@
 0001-Work-around-a-numification-problem-on-ia64.patch
+pod.patch




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