Commit graph

8 commits

Author SHA1 Message Date
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
e4f0afb314 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]
2010-07-29 19:03:25 +00:00
wiz
e95fbea4e6 Update to 0.11:
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)
2010-01-20 14:55:51 +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
7e805fdc77 Updating package for p5 module Any::Moose from 0.09 to 0.10
Correcting LICENSE

Upstream changes:
0.10  Fri 19 Jun 2009
  * Fix META.yml
2009-07-07 20:39:47 +00:00
sno
11140d05ba pkgsrc changes:
- 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)
2009-05-20 21:24:56 +00:00
seb
199981df7c Update from version 0.05 to version 0.07.
Approved by MAINTAINER.

Upstream changes:
0.07  Fri, 10 Apr 2009
  * Depend on Mouse 0.20 for better compatibility with Moose >= 0.74 (rafl).

0.06  Wed, 18 Mar 2009
  * Add Any::Moose::is_class_loaded. (tokuhirom)
2009-04-24 09:35:56 +00:00
rhaen
4e92cf4dc7 Perl extension which is very useful to decide which object model to use.
Either Moose or Mouse has to be installed in order to fulfill the needed
dependencies.
2009-03-09 19:40:59 +00:00