Commit graph

13 commits

Author SHA1 Message Date
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
wen
d5fbc3a961 Update to 0.001012
Upstream changes:
0.001012  2013-12-17 23:09:36Z
  - fully-qualified type names like MooseX::Types::Common::String::SimpleStr
    work again (removed in 0.001011)

0.001011  2013-12-14 18:15:31Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file

0.001010  2013-09-27 04:39:30Z
  - add incomplete prereq on Test::Warnings (haarg)
  - re-release with fixed compile test

0.001009  2013-09-14 22:11:25Z
  - converted to Dist::Zilla
  - SingleDigit now supports zero and negative numbers (RT#86738)
  - UpperCase and LowerCase string types now properly understand unicode
    characters (RT#84547)
  - repository moved to the github moose organization
2014-01-09 07:22:17 +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
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
0b6fab5fee Updating package for CPAN module MooseX::Types::Common in
devel/p5-MooseX-Types-Common from 0.001003 to 0.001008.

pkgsrc changes:
- adjust build/test dependencies

upstream changes:
0.001008 2012-06-14 11:29:50 PDT
  - Upper* and Lower* string types now accept non-alphabetic characters (Karen
    Etheridge)
0.001007 2012-02-23 11:50EST
  - remove Test::Exception from a test
0.001006 2012-02-21 13:50EST
  - fix POD per RT #75168
0.001005 2012-02-19 20:45EST
  - add NumericCode type, RT #74346
0.001004 2011-12-05 23:30EST
  - use Test::Fatal instead of Test::Exception (Justin Hunter)
  - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
2012-09-10 10:38:52 +00:00
hiramatsu
f2ad1bd25f Update p5-MooseX-Types-Common to 0.001003.
Changes from previous:
0.001003 2011-08-31 11:35EST
  - The positive and negative number types mistakenly accepted zero. Reported
    by Eric Brine. RT #53234.
  - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
    Rolsky)
2011-11-22 03:38:03 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
5bd6647007 Updating devel/p5-MooseX-Types-Common from 0.001001 to 0.001002
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.001002 2010-02-22 17:00EST
  - Add Test::Exception to the test_requires (RT#54357)
  - Warning when you try to import things from MooseX::Types::Common rather
    than one of the specific String/Numeric modules in the distribution.
2010-02-23 12:47:56 +00:00
sno
49c3a94f5b Updating devel/p5-MooseX-Types-Common from 0.001000nb1 to 0.001001
pkgsrc changes:
  - Adding license definition (perl5 license)

Upstream changes:
0.001001 2010-01-04
  - POD updates
2010-01-16 17:56:53 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
abs
3be4283deb Added devel/p5-MooseX-Types-Common version 0.001000
A set of commonly-used type constraints that do not ship with Moose by default.

 Numeric:
    * PositiveNum
    * PositiveInt
    * NegativeNum
    * Int
    * SingleDigit

 String:
    * SimpleStr
      A Str with no new-line characters.
    * NonEmptySimpleStr
      Does what it says on the tin.
    * Password
    * StrongPassword
    * NonEmptyStr
2009-02-13 23:42:27 +00:00