[SCM] Debian packaging of Safe-Isa CPAN distribution branch, master, updated. 43f3a7736a6d89c7d22b9950bef5c2cc3a44a9d8
Nuno Carvalho
smash at cpan.org
Wed Aug 1 18:02:36 UTC 2012
The following commit has been merged in the master branch:
commit 4361400509076788dc7ea82d1e743d803f79221c
Author: Nuno Carvalho <smash at cpan.org>
Date: Wed Aug 1 18:47:18 2012 +0100
Fix short description in d/control
diff --git a/debian/changelog b/debian/changelog
index 0dab887..7898bfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
libsafe-isa-perl (1.000002-1) UNRELEASED; urgency=low
- TODO:
- - d/control: short description should be a noun phrase
- (cf. my explanation in libimport-into-perl)
-
* Initial Release. (Closes: #683434)
-- Nuno Carvalho <smash at cpan.org> Tue, 31 Jul 2012 22:13:34 +0100
diff --git a/debian/control b/debian/control
index 10ded03..7a47dae 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://search.cpan.org/dist/Safe-Isa/
Package: libsafe-isa-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
-Description: allows calling isa, can, does and DOES safely on things that may not be objects
+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
--
Debian packaging of Safe-Isa CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list