r71551 - in /trunk/libmousex-strictconstructor-perl/debian: changelog control

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Thu Mar 17 15:23:15 UTC 2011


Author: ddumont-guest
Date: Thu Mar 17 15:22:53 2011
New Revision: 71551

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71551
Log:
rewrote short and long description. Ready for review

Modified:
    trunk/libmousex-strictconstructor-perl/debian/changelog
    trunk/libmousex-strictconstructor-perl/debian/control

Modified: trunk/libmousex-strictconstructor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-strictconstructor-perl/debian/changelog?rev=71551&op=diff
==============================================================================
--- trunk/libmousex-strictconstructor-perl/debian/changelog (original)
+++ trunk/libmousex-strictconstructor-perl/debian/changelog Thu Mar 17 15:22:53 2011
@@ -1,10 +1,5 @@
-libmousex-strictconstructor-perl (0.02-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control: I'm not sure if anybody understands to short description :)
-    and the long description should contain the Module::Name to make searching
-    easier (and it sounds very informal but well ...)
+libmousex-strictconstructor-perl (0.02-1) unstable; urgency=low
 
   * Initial Release. (Closes: #617937)
 
- -- Dominique Dumont <domi.dumont at free.fr>  Wed, 16 Mar 2011 17:47:24 +0100
+ -- Dominique Dumont <domi.dumont at free.fr>  Thu, 17 Mar 2011 16:21:21 +0100

Modified: trunk/libmousex-strictconstructor-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-strictconstructor-perl/debian/control?rev=71551&op=diff
==============================================================================
--- trunk/libmousex-strictconstructor-perl/debian/control (original)
+++ trunk/libmousex-strictconstructor-perl/debian/control Thu Mar 17 15:22:53 2011
@@ -17,8 +17,9 @@
          ${perl:Depends},
          libmouse-perl
 Enhances: libmouse-perl
-Description: object constructor attributes whistle blower 
- Simply loading this module makes your constructors "strict". If your
- constructor is called with an attribute argument that your class does not
- declare, then it dies. This is a great way to catch small typos.
+Description: make your object constructor die on unknown attributes
+ Simply loading MouseX::StrictConstructor in your Perl package will make
+ your constructor "strict". If your constructor is called with an attribute 
+ argument that your class does not declare, then it dies. This is a great 
+ way to catch small typos.
 




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