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.
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
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.
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)
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!
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.
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