r69538 - in /trunk/libclass-insideout-perl/debian: changelog patches/ patches/series patches/spelling.patch

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Thu Feb 24 22:24:49 UTC 2011


Author: roam-guest
Date: Thu Feb 24 22:24:33 2011
New Revision: 69538

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69538
Log:
Fix a couple of spelling mistakes.

Added:
    trunk/libclass-insideout-perl/debian/patches/
    trunk/libclass-insideout-perl/debian/patches/series
    trunk/libclass-insideout-perl/debian/patches/spelling.patch
Modified:
    trunk/libclass-insideout-perl/debian/changelog

Modified: trunk/libclass-insideout-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-insideout-perl/debian/changelog?rev=69538&op=diff
==============================================================================
--- trunk/libclass-insideout-perl/debian/changelog (original)
+++ trunk/libclass-insideout-perl/debian/changelog Thu Feb 24 22:24:33 2011
@@ -11,6 +11,7 @@
     - refer to the GPL-1 license file instead of the GPL symlink
     - refer to Debian (not just GNU/Linux) systems
   * Bump Standards-Version to 3.9.1 with no changes.
+  * Add spelling.patch to fix two spelling mistakes.
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 24 Feb 2011 23:41:31 +0200
 

Added: trunk/libclass-insideout-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-insideout-perl/debian/patches/series?rev=69538&op=file
==============================================================================
--- trunk/libclass-insideout-perl/debian/patches/series (added)
+++ trunk/libclass-insideout-perl/debian/patches/series Thu Feb 24 22:24:33 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libclass-insideout-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-insideout-perl/debian/patches/spelling.patch?rev=69538&op=file
==============================================================================
--- trunk/libclass-insideout-perl/debian/patches/spelling.patch (added)
+++ trunk/libclass-insideout-perl/debian/patches/spelling.patch Thu Feb 24 22:24:33 2011
@@ -1,0 +1,65 @@
+Description: Fix a couple of spelling mistakes.
+Forwarded: no
+Author: Peter Pentchev <roam at ringlet.net>
+Last-Update: 2011-02-24
+
+--- a/README
++++ b/README
+@@ -139,7 +139,7 @@
+ 
+       public name => our %name;
+ 
+-    However, this makes private object data accessable outside the class and
++    However, this makes private object data accessible outside the class and
+     incurs a slight performance penalty when accessing the property hash
+     directly; it is not recommended to do this unless you really need it for
+     some specialized reason.
+@@ -255,7 +255,7 @@
+       Class::InsideOut::options( \%new_options );
+       %current_options = Class::InsideOut::options();
+ 
+-    The "options" function sets default options for use with all subsquent
++    The "options" function sets default options for use with all subsequent
+     property definitions for the calling package. If called without
+     arguments, this function will return the options currently in effect.
+     When called with a hash reference of options, these will be joined with
+--- a/lib/Class/InsideOut.pm
++++ b/lib/Class/InsideOut.pm
+@@ -688,7 +688,7 @@
+ 
+  public name => our %name;
+ 
+-However, this makes private object data accessable outside the class and incurs
++However, this makes private object data accessible outside the class and incurs
+ a slight performance penalty when accessing the property hash directly; it is
+ not recommended to do this unless you really need it for some specialized
+ reason.
+@@ -807,7 +807,7 @@
+  Class::InsideOut::options( \%new_options );
+  %current_options = Class::InsideOut::options();
+ 
+-The {options} function sets default options for use with all subsquent property
++The {options} function sets default options for use with all subsequent property
+ definitions for the calling package.  If called without arguments, this
+ function will return the options currently in effect.  When called with a hash
+ reference of options, these will be joined with the existing defaults,
+--- a/lib/Class/InsideOut.pod
++++ b/lib/Class/InsideOut.pod
+@@ -185,7 +185,7 @@
+ 
+   public name => our %name;
+ 
+-However, this makes private object data accessable outside the class and incurs
++However, this makes private object data accessible outside the class and incurs
+ a slight performance penalty when accessing the property hash directly; it is
+ not recommended to do this unless you really need it for some specialized
+ reason.
+@@ -304,7 +304,7 @@
+   Class::InsideOut::options( \%new_options );
+   %current_options = Class::InsideOut::options();
+ 
+-The C<<< options >>> function sets default options for use with all subsquent property
++The C<<< options >>> function sets default options for use with all subsequent property
+ definitions for the calling package.  If called without arguments, this
+ function will return the options currently in effect.  When called with a hash
+ reference of options, these will be joined with the existing defaults,




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