r70551 - in /trunk/libclass-prototyped-perl: ./ debian/changelog debian/patches/ debian/patches/pod-spelling debian/patches/series

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sat Mar 5 23:15:23 UTC 2011


Author: rra
Date: Sat Mar  5 23:15:17 2011
New Revision: 70551

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70551
Log:
* Fix a spelling error in the POD documentation reported by Lintian.

Added:
    trunk/libclass-prototyped-perl/debian/patches/
    trunk/libclass-prototyped-perl/debian/patches/pod-spelling
    trunk/libclass-prototyped-perl/debian/patches/series
Modified:
    trunk/libclass-prototyped-perl/   (props changed)
    trunk/libclass-prototyped-perl/debian/changelog

Propchange: trunk/libclass-prototyped-perl/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Mar  5 23:15:17 2011
@@ -1,0 +1,1 @@
+.pc

Modified: trunk/libclass-prototyped-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-prototyped-perl/debian/changelog?rev=70551&op=diff
==============================================================================
--- trunk/libclass-prototyped-perl/debian/changelog (original)
+++ trunk/libclass-prototyped-perl/debian/changelog Sat Mar  5 23:15:17 2011
@@ -22,6 +22,7 @@
   * Merge Build-Depends and Build-Depends-Indep.  The separation is
     pointless for a source package that only builds arch-independent
     binary packages.
+  * Fix a spelling error in the POD documentation reported by Lintian.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:40:41 +0100
 

Added: trunk/libclass-prototyped-perl/debian/patches/pod-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-prototyped-perl/debian/patches/pod-spelling?rev=70551&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/patches/pod-spelling (added)
+++ trunk/libclass-prototyped-perl/debian/patches/pod-spelling Sat Mar  5 23:15:17 2011
@@ -1,0 +1,14 @@
+Author: Russ Allbery <rra at debian.org>
+Description: Fix spelling error in POD documentation
+
+--- libclass-prototyped-perl.orig/lib/Class/Prototyped.pm
++++ libclass-prototyped-perl/lib/Class/Prototyped.pm
+@@ -2315,7 +2315,7 @@
+       sub1 => sub { print "this is sub1 in p2" },
+   );
+ 
+-It calls C<newCore> to create the new object*, so if you have overriden C<new>, 
++It calls C<newCore> to create the new object*, so if you have overridden C<new>, 
+ you should contemplate overriding C<clone> in order to ensure that behavioral 
+ changes made to C<new> that would be applicable to C<clone> are implemented.  Or 
+ simply override C<newCore>.

Added: trunk/libclass-prototyped-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-prototyped-perl/debian/patches/series?rev=70551&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/patches/series (added)
+++ trunk/libclass-prototyped-perl/debian/patches/series Sat Mar  5 23:15:17 2011
@@ -1,0 +1,1 @@
+pod-spelling




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