[SCM] Debian packaging of libclass-insideout-perl branch, master, updated. 308588e0bbb29cc1ec8170291ead3a76796b4978

Xavier Guimard x.guimard at free.fr
Thu Mar 7 16:01:54 UTC 2013


The following commit has been merged in the master branch:
commit 0bad36961c32702016d4a86e3986c78515c640bf
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Mar 7 16:58:20 2013 +0100

    Refresh spelling patch

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 153f6a1..e2fbed9 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -2,52 +2,12 @@ Description: Fix a couple of spelling mistakes.
 Bug: https://rt.cpan.org/Ticket/Display.html?id=78162
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78162
 Author: Peter Pentchev <roam at ringlet.net>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-02-24
+Reviewed-by: Xavier Guimard <x.guimard at free.fr
+Last-Update: 2013-03-07
 
---- 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 @@
+@@ -735,7 +735,7 @@
  
    public name => our %name;
  
@@ -56,12 +16,3 @@ Last-Update: 2011-02-24
  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,

-- 
Debian packaging of libclass-insideout-perl



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