[SCM] Debian packaging of Safe-Isa CPAN distribution branch, master, updated. 43f3a7736a6d89c7d22b9950bef5c2cc3a44a9d8

Nuno Carvalho smash at cpan.org
Wed Aug 1 18:02:38 UTC 2012


The following commit has been merged in the master branch:
commit a5b2f5fa3e1edd4703acfa9fff0cfe7f19c9c86a
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Aug 1 19:03:51 2012 +0100

    Improve long description in d/control

diff --git a/debian/control b/debian/control
index 7a47dae..e0d0a68 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Package: libsafe-isa-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: module for calling isa and friends on things that may not be objects safely
- Since perl allows providing a subroutine reference or a method name to
- the -> operator when used as a method call, and a subroutine doesn't require
- the invocant to actually be an object, Safe::Isa can create safe versions of
- isa, can and friends by using a subroutine reference that only tries to call
- the method if it's used on an object.
+ Since Perl allows providing a subroutine reference, or a method name, to
+ the -> operator (when used as a method call) and a subroutine doesn't require
+ the invocant to actually be an object, Safe::Isa can be used to create safe
+ versions of isa, can, does and DOES by using a subroutine reference that
+ only tries to call the method if it's actually used on an object.

-- 
Debian packaging of Safe-Isa CPAN distribution



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