2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
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.
|
2013-08-27 04:28:13 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.21
Upstream changes:
0.21 2013-03-02
* Add tokuhirom's translation of the deprecation notice
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
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-01-26 21:09:10 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 0.20
ChangeLog:
0.20 2012-12-30
* Documentation fixes
0.19 2012-12-30
* Deprecated in favor of Moo. Good night, sweet prince.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-11-15 13:49:16 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Update package for CPAN module Any::Moose in devel/p5-Any-Moose from
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]
|
2011-08-07 07:59:48 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.15:
* 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
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
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-07-29 21:03:25 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update from version 0.11 to version 0.13.
Approved by MAINTAINER.
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.13 Wed 19 May 2010
* Add load_first_existing_class (gfx)
0.12 Fri 02 Apr 2010
* t/000-version.t for better diagnostics (tokuhirom)
* Slight performance improvements for is_class_loaded,
lazily loading Carp, etc (Sartak)
* Start some real documentation (Sartak)
* Document $ENV{ANY_MOOSE} (Sartak)
- fixes [rt.cpan.org #52339]
* Test that Moose is loaded, not CMOP (Sartak)
- fixes [rt.cpan.org #56093]
* Alias class_of and more functions (Sartak)
- requested by [rt.cpan.org #52275]
|