[SCM] Debian packaging of libclass-autouse-perl branch, master, updated. 76ed6598acbb5835d75e5223d2da0881b6e34c1d

Salvatore Bonaccorso carnil at debian.org
Fri Feb 3 18:53:38 UTC 2012


The following commit has been merged in the master branch:
commit 76ed6598acbb5835d75e5223d2da0881b6e34c1d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Feb 3 19:50:45 2012 +0100

    unapply patches
    
    Git-Dch: Ignore

diff --git a/lib/Class/Autouse.pm b/lib/Class/Autouse.pm
index ffaaaf4..5a7fb06 100755
--- a/lib/Class/Autouse.pm
+++ b/lib/Class/Autouse.pm
@@ -966,7 +966,7 @@ That is, they will only be loaded during a Class-E<gt>method call. If you try
 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 powerful features in other areas,
+This limitation is made to allow more powerfull features in other areas,
 because we can focus on just loading the modules, and not have
 to deal with importing.
 
@@ -1145,7 +1145,7 @@ with the superloader, and with class gnerators.
 
 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
-receive the class name, method name, and parameters of the call.
+recieve 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