[SCM] Debian packaging of libclass-autouse-perl branch, master, updated. 615b4833f76c6fad6f9c09c87d6bc9d356355769

Salvatore Bonaccorso carnil at debian.org
Fri Feb 3 19:14:58 UTC 2012


The following commit has been merged in the master branch:
commit a5cb50f47167473aad2933eb7baacc1a5436cdef
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Feb 3 20:08:46 2012 +0100

    Refresh fix-spelling-error-in-manpage.patch patch
    
    Add DEP3 patch headers.
    
    Refresh patch due to offsets.

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
index f48ece6..f8c4453 100644
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -1,23 +1,28 @@
-Fix a couple of spelling errors found by lintian
-Index: libclass-autouse-perl/lib/Class/Autouse.pm
-===================================================================
---- libclass-autouse-perl.orig/lib/Class/Autouse.pm
-+++ libclass-autouse-perl/lib/Class/Autouse.pm
-@@ -966,7 +966,7 @@
+Description: Fix a couple of spelling errors found by lintian
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=74665
+Forwarded: yes
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2012-02-03
+
+--- a/lib/Class/Autouse.pm
++++ b/lib/Class/Autouse.pm
+@@ -963,7 +963,7 @@
  to use a subroutine directly, say with C<Class::method()>, the class will
  not be loaded and a fatal error will mostly likely occur.
-
+ 
 -This limitation is made to allow more powerfull features in other areas,
 +This limitation is made to allow more powerful features in other areas,
  because we can focus on just loading the modules, and not have
  to deal with importing.
-
-@@ -1145,7 +1145,7 @@
-
+ 
+@@ -1142,7 +1142,7 @@
+ 
  When Perl is unable to find a subroutine/method, and all of the class loaders
  are exhausted, callbacks registered via sugar() are called.  The callbacks
 -recieve the class name, method name, and parameters of the call.
 +receive the class name, method name, and parameters of the call.
-
+ 
  If the callback returns nothing, Class::Autouse will continue to iterate through
  other callbacks.  The first callback which returns a true value will

-- 
Debian packaging of libclass-autouse-perl



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