r20496 - /trunk/libmoosex-strictconstructor-perl/debian/control

antgel-guest at users.alioth.debian.org antgel-guest at users.alioth.debian.org
Wed May 28 22:31:04 UTC 2008


Author: antgel-guest
Date: Wed May 28 22:31:04 2008
New Revision: 20496

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20496
Log:
Improve long description

Modified:
    trunk/libmoosex-strictconstructor-perl/debian/control

Modified: trunk/libmoosex-strictconstructor-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-strictconstructor-perl/debian/control?rev=20496&op=diff
==============================================================================
--- trunk/libmoosex-strictconstructor-perl/debian/control (original)
+++ trunk/libmoosex-strictconstructor-perl/debian/control Wed May 28 22:31:04 2008
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.26)
 Description: Make your object constructors blow up on unknown attributes
- Using this class to load Moose instead of just loading using Moose
- itself makes your constructors "strict". If your constructor is called
- with an attribute init argument that your class does not declare, then
- it calls "Carp::confess()". This is a great way to catch small typos.
+ "use MooseX::StrictConstructor" instead of just "use Moose" makes your
+ constructors strict. If your constructor is called with an attribute
+ init argument that your class does not declare, then it calls 
+ "Carp::confess()". This is a great way to catch small typos.




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