Commit graph

10 commits

Author SHA1 Message Date
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
hiramatsu
c7d8fb32d4 Update p5-namespace-autoclean to 0.13.
Changes from previous:
----------------------
0.13  Wed, 24 Aug 2010 09:33:00 +0000
  * Fix issue in dist.ini which was causing links to be incorrectly generated.
  * Re-package to remove BEGIN { $VERSION hackery by using a newer
    Dist-Zilla.
2011-12-14 11:02:00 +00:00
abs
b93c614e0e Updated devel/p5-namespace-autoclean to 0.12
0.12  Fri, 04 Feb 2010 10:39:00 +0000
  * Bump namespace::clean dep to 0.20 to pull in the bugfix for
    Package::Stash::XS 0.19

pkgsrc change: handle p5-Class-MOP now being part of p5-Moose
2011-08-23 09:27:29 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +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
seb
9cce19c1b5 Update p5-namespace-autoclean from version 0.09nb1 to version 0.11.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.11  Fri, 07 May 2010 19:32:37 +0200
  * Improve distribution metadata.

0.10  Sat, 01 May 2010 20:32:59 +0200
  * Fix documentation typo ( Andrew Rodland).
2010-05-26 19:52:00 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
7a9baead40 Updating devel/p5-namespace-autoclean from 0.08 to 0.09
Upstream changes:
0.09  Tue, 15 Sep 2009 07:45:16 +0200
  * Fix to avoid deprecation warnings from the latest Class::MOP, but
    it still works with older versions too. (Dave Rolsky)
  * Fix a documentation typo (Jonathan Yu).
2009-09-16 17:35:17 +00:00
sno
aac87bac10 Importing package of p5 module namespace::autoclean 0.08 as dependency
of imported devel/p5-MooseX-Traits-Pluggable.

When you import a function into a Perl package, it will naturally also be
available as a method.
The namespace::autoclean pragma will remove all imported symbols at the end
of the current package's compile cycle. Functions called in the package
itself will still be bound by their name, but they won't show up as methods
on your class or instances.
This module is very similar to namespace::clean, except it will clean all
imported functions, no matter if you imported them before or after you used
the pagma. It will also not touch anything that looks like a method,
according to Class::MOP::Class::get_method_list.
2009-07-07 18:56:04 +00:00