r71203 - in /trunk/libperl5i-perl/debian: changelog patches/ patches/series patches/spelling.patch
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Mar 11 16:36:44 UTC 2011
Author: gregoa
Date: Fri Mar 11 16:36:37 2011
New Revision: 71203
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71203
Log:
Add a patch to fix some spelling errors.
Added:
trunk/libperl5i-perl/debian/patches/
trunk/libperl5i-perl/debian/patches/series
trunk/libperl5i-perl/debian/patches/spelling.patch
Modified:
trunk/libperl5i-perl/debian/changelog
Modified: trunk/libperl5i-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl5i-perl/debian/changelog?rev=71203&op=diff
==============================================================================
--- trunk/libperl5i-perl/debian/changelog (original)
+++ trunk/libperl5i-perl/debian/changelog Fri Mar 11 16:36:37 2011
@@ -12,6 +12,7 @@
[ gregor herrmann ]
* Add /me to Uploaders.
* Add build dependency on libtest-exception-perl.
+ * Add a patch to fix some spelling errors.
-- Jonathan Yu <jawnsy at cpan.org> Sat, 26 Feb 2011 14:50:04 -0500
Added: trunk/libperl5i-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl5i-perl/debian/patches/series?rev=71203&op=file
==============================================================================
--- trunk/libperl5i-perl/debian/patches/series (added)
+++ trunk/libperl5i-perl/debian/patches/series Fri Mar 11 16:36:37 2011
@@ -1,0 +1,1 @@
+spelling.patch
Added: trunk/libperl5i-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl5i-perl/debian/patches/spelling.patch?rev=71203&op=file
==============================================================================
--- trunk/libperl5i-perl/debian/patches/spelling.patch (added)
+++ trunk/libperl5i-perl/debian/patches/spelling.patch Fri Mar 11 16:36:37 2011
@@ -1,0 +1,50 @@
+Description: fix spelling errors
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-03-11
+
+--- a/lib/perl5i.pm
++++ b/lib/perl5i.pm
+@@ -501,7 +501,7 @@
+ Turns a number like 1234567 into a string like 1,234,567 known as "digit grouping".
+
+ It honors your current locale to determine the separator and grouping.
+-This can be overriden using C<%options>.
++This can be overridden using C<%options>.
+
+ NOTE: many systems do not have their numeric locales set properly
+
+@@ -547,7 +547,7 @@
+ locale settings.
+
+ C<%options> defaults to C<< ( separator => ",", grouping => 3, decimal_point => "." ) >>.
+-Each key will be overriden individually.
++Each key will be overridden individually.
+
+ 1234->commify; # 1,234
+ 1234->commify({ separator => "." }); # 1.234
+--- a/lib/perl5i/Meta.pod
++++ b/lib/perl5i/Meta.pod
+@@ -35,8 +35,8 @@
+
+ =head2 Meta Instance vs Meta Class
+
+-Each object has a meta object for their instance, accessable with C<<
+-$obj->mo >> and also a meta object for their class, accessable with
++Each object has a meta object for their instance, accessible with C<<
++$obj->mo >> and also a meta object for their class, accessible with
+ C<< $obj->mc >>. The meta instance can do most everything the meta
+ class can, mc is provided mostly for disambiguation.
+
+--- a/lib/perl5ifaq.pod
++++ b/lib/perl5ifaq.pod
+@@ -339,7 +339,7 @@
+
+ When depending on perl5i, depend on the specific major version. That
+ is, depend on C<perl5i::2> and not C<perl5i>. This is because older
+-versions will eventually be spun out into their own seperate
++versions will eventually be spun out into their own separate
+ distributions to avoid cluttering the main dist. If you depend on
+ C<perl5i::2> then the CPAN shell will always be able to find it.
+
More information about the Pkg-perl-cvs-commits
mailing list