Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | Bump all packages that use perl, or depend on a p5-* package, or | wiz | 1 | -1/+2 | |
are called p5-*. I hope that's all of them. | |||||
2012-07-05 | Importing package for Perl 5 Moose Role MooseX::OneArgNew module version | sno | 3 | -0/+43 | |
0.002 into p5-MooseX-OneArgNew. MooseX::OneArgNew lets your constructor take a single argument, which will be translated into the value for a one-entry hashref. It is a parameterized role with two parameters: type The Moose type that the single argument must be for the one-arg form to work. This should be an existing type, and may be either a string type or a MooseX::Type. init_arg This is the string that will be used as the key for the hashref constructed from the one-arg call to new. |