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
- Set LICENSE
- Adjust MASTER_SITES
Upstream changes:
0.04 Sun Jan 3 10:23:47 2010
- Add copyright information (RT #53013)
- Support type predicates
(e.g. "use MouseX::Types::Mouse qw(is_Int)")
0.03 Sun Dec 20 15:13:39 2009
- Shipped as a stable version
0.02_03 Thu Dec 17 14:16:53 2009
- Fix segmentation fault issue on older perls (gfx)
0.02_02 Tue Dec 15 12:05:34 2009
- Fix parametarization issue (gfx)
0.02_01 Sun Dec 13 16:39:09 2009
- Refactoring for new Mouse (gfx)
- Fix import to warn about undefined types (gfx)
- Support type parametarization (gfx)
- Support Mouse::Exporter (gfx)
Collection.
The Perl 5 module MouseX::Types allows types definition to be
organized in libraries. Such libraries and hence types can then be
used in Mouse based classes.