Commit graph

7 commits

Author SHA1 Message Date
wen
0758bbbe63 Update to 0.004
Upstream changes:
0.004     2013-10-05 09:05:39 America/New_York
          update repo and bugtracker metadata

0.003     2013-04-16 16:36:26 America/New_York
        - add a "coerce" parameter to the role; now ->new can accept one arg
          that can be coerced to the expected type; suggested by Mark Jason
          Dominus
2014-07-13 11:51:06 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
f1416ac036 Importing package for Perl 5 Moose Role MooseX::OneArgNew module version
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.
2012-07-05 09:51:46 +00:00