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.
0.15 to 0.18.
pkgsrc changes:
- update fetch location (maintainer independent dist location on CPAN)
- adjust dependencies
Upstream changes:
0.18 2011-11-07
* Try to cope with broken smokers better by recording a Moose
prereq when it is used. (Chris Williams)
- see https://rt.cpan.org/Public/Bug/Display.html?id=72043
0.17 2011-09-16
* Better indicate that this module is dynamically configured.
- fixes [rt.cpan.org #70996]
0.16 2011-09-15
* If you have Moose installed you no longer get the Mouse dependency (rjbs, reported by andk)
Any::Moose has long had both runtime and test support for Moose
without Mouse, but the toolchain has not, until recently, been
good enough to handle alternatives. This change is designed
to affect very few people.
- fixes [rt.cpan.org #70597]
* Standardize the tests' Mouse/Moose loading eval/skip code
Changes 0.14:
* Skip t/004-x-modules-mouse.t if you don't have MouseX::Types 0.03 since
older versions do not work with modern Mouse
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!
0.11 Sun 19 Dec 2009
* Support "use Any::Moose '::Util::TypeConstraints'" (gfx)
* Support "no Any::Moose '::Util::TypeConstraints'" (gfx)
* $@ related fixes (gfx)
* Documentation and other minor improvements (gfx)
* Any::Moose should now work when you have Moose but not Mouse. Still need to
work out how to encode this in the installation system (Sartak)
- Updating package for p5 module Any::Moose to 0.09 from 0.07
- Setting gnu-gpl-v2 as license
- Updating dependency to p5-Mouse
Upstream changes:
0.09 Tue 19 May 2009
* Depend on Mouse 0.21.
0.08 Mon 18 May 2009
* Add moose_is_preferred and mouse_is_preferred functions for when you
need to care about which backend is in use (Sartak)
* Deprecate the internal is_moose_loaded in favor of moose_is_preferred
(Sartak)