r34670 - in /trunk/libmoosex-role-parameterized-perl/debian: changelog control

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sat May 2 20:53:11 UTC 2009


Author: mogaal-guest
Date: Sat May  2 20:53:05 2009
New Revision: 34670

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34670
Log:
debian/control
   - Improve shot and long description
   - Remove  libtest-exception-perl of Depends field


Modified:
    trunk/libmoosex-role-parameterized-perl/debian/changelog
    trunk/libmoosex-role-parameterized-perl/debian/control

Modified: trunk/libmoosex-role-parameterized-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-parameterized-perl/debian/changelog?rev=34670&op=diff
==============================================================================
--- trunk/libmoosex-role-parameterized-perl/debian/changelog (original)
+++ trunk/libmoosex-role-parameterized-perl/debian/changelog Sat May  2 20:53:05 2009
@@ -2,4 +2,4 @@
 
   * Initial Release (Closes: #526687)
 
- -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 2 May 2009 12:12:51 -0430
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 02 May 2009 16:04:19 -0430

Modified: trunk/libmoosex-role-parameterized-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-parameterized-perl/debian/control?rev=34670&op=diff
==============================================================================
--- trunk/libmoosex-role-parameterized-perl/debian/control (original)
+++ trunk/libmoosex-role-parameterized-perl/debian/control Sat May  2 20:53:05 2009
@@ -14,12 +14,11 @@
 Package: libmoosex-role-parameterized-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.73),
-  libtest-exception-perl (>= 0.27)
-Description: parameterized roles
- parameterized role consists of two things: parameter declarations and a
- role block. Parameters are declared using the /parameter keyword which 
- very much resembles Moose/has. You can use any option that Moose/has 
- accepts. The default value for the "is" option is "ro" as that's a very
- common case. These parameters will get their values when the consuming
- class (or role) uses Moose/with. A parameter object will be constructed
- with these values, and passed to the role block.
+Description: Module for parameterized roles
+ MooseX::Role::Parameterized consists of two things: parameter declarations
+ and a role block. Parameters are declared using the parameter keyword 
+ which very much resembles Moose/has. You can use any option that 
+ Moose/has accepts. The default value for the "is" option is "ro" as that's
+ a very common case. These parameters will get their values when the 
+ consuming class (or role) uses Moose/with. A parameter object will be 
+ constructed with these values, and passed to the role block.




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