Commit graph

13 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 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-05-31 12:39:57 +00:00
rhaen
b698e33206 Updated to 2.00
ChangeLog
2.00    2012-12-29
        New 'fresh' modifier (Aaron Crane)
2013-01-26 19:44:43 +00:00
wen
1b57a466ff 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-11-29 02:04:11 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
abcf64af74 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-07-06 14:18:02 +00:00
rhaen
6069f708ae Updated to 1.08
Changes:
1.08    Sun Oct 16 2011
        Document install_modifier (requested by Tokuhiro Matsuno)
2012-02-01 19:21:57 +00:00
adam
ad975b5179 Changes 1.07:
* Move from Test::Exception to Test::Fatal

Changes 1.06:
* Add support for: modifier ["name1", "name2"] => sub {}
2011-08-10 04:23:14 +00:00
seb
c3f1e700ad 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-08-21 16:32:42 +00:00
sno
d3a94d97db 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-10-24 16:37:01 +00:00
sno
73656eab08 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
2009-07-07 20:57:19 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
he
440722c60a Import p5-Class-Method-Modifiers version 1.01.
This package provides Moose-like method modifiers.

Method modifiers are a powerful feature from the CLOS (Common Lisp
Object System) world.

In its most basic form, a method modifier is just a method that
calls $self->SUPER::foo(@_). I for one have trouble remembering
that exact invocation, so my classes seldom re-dispatch to their
base classes. Very bad!

Class::Method::Modifiers provides three modifiers: before, around,
and after. before and after are run just before and after the method
they modify, but can not really affect that original method. around
is run in place of the original method, with a hook to easily call
that original method. See the MODIFIERS section for more details
on how the particular modifiers work.
2008-07-22 23:18:55 +00:00