[SCM] Debian packaging of MooseX-Role-Strict CPAN distribution branch, master, updated. df73ee908c9473c6652bc8550c02d5f3ceaae6ce

gregor herrmann gregoa at debian.org
Fri May 17 16:33:13 UTC 2013


The following commit has been merged in the master branch:
commit df73ee908c9473c6652bc8550c02d5f3ceaae6ce
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 17 18:31:46 2013 +0200

    slightly improve short/long description.
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index ac25dfb..019234b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,11 +17,11 @@ Package: libmoosex-role-strict-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libmoose-perl
-Description: use strict 'roles'
- WARNING: this is ALPHA code. More features to be added later.
- .
+Description: module for using strict 'roles' with Moose
  When using Moose::Role, a class which provides a method a role provides will
  silently override that method. This can cause strange, hard-to-debug errors
  when the role's methods are not called. Simple use MooseX::Role::Strict
  instead of Moose::Role and overriding a role's method becomes a
- composition-time failure. See the synopsis for a resolution.
+ composition-time failure.
+ .
+ WARNING: this is ALPHA code. More features to be added later.

-- 
Debian packaging of MooseX-Role-Strict CPAN distribution



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