r63110 - /trunk/libautobox-perl/lib/autobox.pod

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Sep 30 15:09:25 UTC 2010


Author: gregoa
Date: Thu Sep 30 15:09:06 2010
New Revision: 63110

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63110
Log:
un-apply patch

Modified:
    trunk/libautobox-perl/lib/autobox.pod

Modified: trunk/libautobox-perl/lib/autobox.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/lib/autobox.pod?rev=63110&op=diff
==============================================================================
--- trunk/libautobox-perl/lib/autobox.pod (original)
+++ trunk/libautobox-perl/lib/autobox.pod Thu Sep 30 15:09:06 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 overridden by passing key/value pairs to the C<use autobox>
+This mapping can be overriden 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.
-multiple classes can be associated with a particular type) and "vertically" (i.e. multiple classes can be associated
+mutiple 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 auxiliary class rather than in C<String::Trim> itself to prevent
+Note that C<trim> is defined in an auxilliary 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