r34672 - in /trunk/libmoosex-role-parameterized-perl/debian: ./ control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 2 21:00:57 UTC 2009


Author: gregoa
Date: Sat May  2 21:00:51 2009
New Revision: 34672

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34672
Log:
adjust long description a bit more to POD

Modified:
    trunk/libmoosex-role-parameterized-perl/debian/   (props changed)
    trunk/libmoosex-role-parameterized-perl/debian/control

Propchange: trunk/libmoosex-role-parameterized-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:TrunkUrl (added)
+++ svn-bp:TrunkUrl Sat May  2 21:00:51 2009
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/trunk/libmoosex-role-parameterized-perl

Propchange: trunk/libmoosex-role-parameterized-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:tagsUrl (added)
+++ svn-bp:tagsUrl Sat May  2 21:00:51 2009
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/tags/libmoosex-role-parameterized-perl

Propchange: trunk/libmoosex-role-parameterized-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsCurrentUrl (added)
+++ svn-bp:upsCurrentUrl Sat May  2 21:00:51 2009
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libmoosex-role-parameterized-perl/current

Propchange: trunk/libmoosex-role-parameterized-perl/debian/
------------------------------------------------------------------------------
--- svn-bp:upsTagUrl (added)
+++ svn-bp:upsTagUrl Sat May  2 21:00:51 2009
@@ -1,0 +1,1 @@
+svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libmoosex-role-parameterized-perl

Modified: trunk/libmoosex-role-parameterized-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-parameterized-perl/debian/control?rev=34672&op=diff
==============================================================================
--- trunk/libmoosex-role-parameterized-perl/debian/control (original)
+++ trunk/libmoosex-role-parameterized-perl/debian/control Sat May  2 21:00:51 2009
@@ -16,9 +16,16 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.73),
 Description: Manage roles parameterized in Mosse
  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.
+ and a role block.
+ .
+ Parameters are declared using the "parameter" keyword which very much
+ resembles Moose' "has". You can use any option that "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.
+ .
+ The "role" block then uses the usual Moose::Role keywords to build up a
+ role. You can shift off the parameter object to inspect what the consuming
+ class provided as parameters. You can use the parameters to make your role
+ customizable!                             




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