r54502 - in /trunk/libautobox-perl: debian/changelog debian/patches/ debian/patches/fix-pod-spelling.patch debian/patches/series debian/source/ debian/source/format lib/autobox.pod

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Mar 18 21:25:21 UTC 2010


Author: jawnsy-guest
Date: Thu Mar 18 21:25:13 2010
New Revision: 54502

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54502
Log:
* Use new 3.0 (quilt) source format
* Add a patch to fix POD spelling errors

Added:
    trunk/libautobox-perl/debian/patches/
    trunk/libautobox-perl/debian/patches/fix-pod-spelling.patch
    trunk/libautobox-perl/debian/patches/series
    trunk/libautobox-perl/debian/source/
    trunk/libautobox-perl/debian/source/format
Modified:
    trunk/libautobox-perl/debian/changelog
    trunk/libautobox-perl/lib/autobox.pod

Modified: trunk/libautobox-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/changelog?rev=54502&op=diff
==============================================================================
--- trunk/libautobox-perl/debian/changelog (original)
+++ trunk/libautobox-perl/debian/changelog Thu Mar 18 21:25:13 2010
@@ -4,6 +4,8 @@
   * New upstream release
   * Standards-Version 3.8.4 (no changes)
   * Update to new DEP5 format
+  * Use new 3.0 (quilt) source format
+  * Add a patch to fix POD spelling errors
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
@@ -13,7 +15,7 @@
   [ Ryan Niebur ]
   * Update jawnsy's email address
 
- -- Jonathan Yu <jawnsy at cpan.org>  Thu, 18 Mar 2010 17:53:39 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 18 Mar 2010 17:56:32 -0400
 
 libautobox-perl (2.55-1) unstable; urgency=low
 

Added: trunk/libautobox-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/patches/fix-pod-spelling.patch?rev=54502&op=file
==============================================================================
--- trunk/libautobox-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libautobox-perl/debian/patches/fix-pod-spelling.patch Thu Mar 18 21:25:13 2010
@@ -1,0 +1,33 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/autobox.pod
++++ b/lib/autobox.pod
+@@ -57,7 +57,7 @@
+ defined in a class whose name corresponds to the C<ref()> type of that
+ value - or SCALAR if the value is a non-reference.
+ 
+-This mapping can be overriden by passing key/value pairs to the C<use autobox>
++This mapping can be overridden by passing key/value pairs to the C<use autobox>
+ statement, in which the keys represent native types, and the values
+ their associated classes.
+ 
+@@ -93,7 +93,7 @@
+     HASH::values(\%$hash)
+ 
+ Multiple C<use autobox> statements can appear in the same scope. These are merged both "horizontally" (i.e.
+-mutiple classes can be associated with a particular type) and "vertically" (i.e. multiple classes can be associated
++multiple classes can be associated with a particular type) and "vertically" (i.e. multiple classes can be associated
+ with multiple types).
+ 
+ Thus:
+@@ -500,7 +500,7 @@
+ 
+     1;
+ 
+-Note that C<trim> is defined in an auxilliary class rather than in C<String::Trim> itself to prevent
++Note that C<trim> is defined in an auxiliary class rather than in C<String::Trim> itself to prevent
+ C<String::Trim>'s own methods (i.e. the methods it inherits from C<autobox>) being exposed to SCALAR types.
+ 
+ This module can now be used without a C<use autobox> statement to enable the C<trim> method in the current

Added: trunk/libautobox-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/patches/series?rev=54502&op=file
==============================================================================
--- trunk/libautobox-perl/debian/patches/series (added)
+++ trunk/libautobox-perl/debian/patches/series Thu Mar 18 21:25:13 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Added: trunk/libautobox-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/source/format?rev=54502&op=file
==============================================================================
--- trunk/libautobox-perl/debian/source/format (added)
+++ trunk/libautobox-perl/debian/source/format Thu Mar 18 21:25:13 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libautobox-perl/lib/autobox.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/lib/autobox.pod?rev=54502&op=diff
==============================================================================
--- trunk/libautobox-perl/lib/autobox.pod (original)
+++ trunk/libautobox-perl/lib/autobox.pod Thu Mar 18 21:25:13 2010
@@ -57,7 +57,7 @@
 defined in a class whose name corresponds to the C<ref()> type of that
 value - or SCALAR if the value is a non-reference.
 
-This mapping can be overriden by passing key/value pairs to the C<use autobox>
+This mapping can be overridden by passing key/value pairs to the C<use autobox>
 statement, in which the keys represent native types, and the values
 their associated classes.
 
@@ -93,7 +93,7 @@
     HASH::values(\%$hash)
 
 Multiple C<use autobox> statements can appear in the same scope. These are merged both "horizontally" (i.e.
-mutiple classes can be associated with a particular type) and "vertically" (i.e. multiple classes can be associated
+multiple classes can be associated with a particular type) and "vertically" (i.e. multiple classes can be associated
 with multiple types).
 
 Thus:
@@ -500,7 +500,7 @@
 
     1;
 
-Note that C<trim> is defined in an auxilliary class rather than in C<String::Trim> itself to prevent
+Note that C<trim> is defined in an auxiliary class rather than in C<String::Trim> itself to prevent
 C<String::Trim>'s own methods (i.e. the methods it inherits from C<autobox>) being exposed to SCALAR types.
 
 This module can now be used without a C<use autobox> statement to enable the C<trim> method in the current




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