2013-01-26 20:44:43 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 2.00
ChangeLog
2.00 2012-12-29
New 'fresh' modifier (Aaron Crane)
|
2012-11-29 03:04:11 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.12
Upstream changes:
1.12 2012-10-28
Another MANIFEST fix
1.11 2012-10-28
Re-release with proper distribution contents and MANIFEST
1.10 2012-10-23
Avoid "Variable "$..." will not stay shared" \
warnings under 5.8.x
(from changes in 1.09) [#80194] (Karen Etheridge)
|
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.
|
2012-07-06 16:18:02 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl 5 module Class::Method::Modifiers in
devel/p5-Class-Method-Modifiers from 1.08 to 1.09.
pkgsrc changes:
- adjust dependencies
- let lang/perl5/module.mk handle bundled M:I
Upstream changes:
1.09 2012-04-02
Install modified subs in the proper namespace [#74569]
(Karen Etheridge)
|
2012-02-01 20:21:57 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 1.08
Changes:
1.08 Sun Oct 16 2011
Document install_modifier (requested by Tokuhiro Matsuno)
|
2011-08-10 06:23:14 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.07:
* Move from Test::Exception to Test::Fatal
Changes 1.06:
* Add support for: modifier ["name1", "name2"] => sub {}
|
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!
|
2009-10-24 18:37:01 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Class-Method-Modifiers from 1.04 to 1.05
Upstream changes:
1.05 Wed Oct 21 14:01:11 2009
Add install_modifier as a public API (Goro Fuji)
|
2009-07-07 22:57:19 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module Class::Method::Modifiers from 1.01
to 1.04
- Setting license to ${PERL5_LICENSE} and adjust dependencies
according to META.yml
Upstream changes:
1.04 Mon Jun 15 11:33:31 2009
We need parens around confess if we're going to delay-load
Carp, affects only 5.10 (reported by David Raab)
1.03 Sun Jun 14 14:44:25 2009
Modernize the dist
Fix possible test failures
Only load Carp if we have to
1.02 Sun May 31 23:33:42 2009
Fix for void context (reported by tokuhirom)
Lift dependency on on MRO::Compat
|