pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Moo Update devel/p5-Moo to 1.000002



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc7da4bc736e
branches:  trunk
changeset: 607322:fc7da4bc736e
user:      wen <wen%pkgsrc.org@localhost>
date:      Wed Aug 08 12:29:57 2012 +0000

description:
Update devel/p5-Moo to 1.000002
Upstream changes:
1.000002 - 2012-08-04
  - remove Devel::GlobalDestruction fallback inlining because we can now
    depend on 0.08 which uses Sub::Exporter::Progressive
  - honour BUILDARGS when calling $meta->new_object on behalf of Moose
  - throw an error on invalid builder (RT#78479)
  - fix stupid typo in new Sub::Quote section

1.000001 - 2012-07-21
  - documentation tweaks and cleanup
  - ignore required when default or builder is present
  - document Moo versus Any::Moose in brief with article link
  - remove quote_sub from SYNOPSIS and has docs, expand Sub::Quote section
  - localize @_ when inlining quote_sub'ed isa checks (fixes lazy+isa+default)
  - ensure constructor gets regenerated if forced early by metaclass inflation

1.000000 - 2012-07-18
  - clean up doc language and expand on Moo and Moose
  - error prefixes for isa and coerce exceptions
  - unmark Moo and Moose as experimental since it's relatively solid now
  - convert isa and coerce info from external role attributes
  - clear method cache after metaclass generation to fix autoclean bug

diffstat:

 devel/p5-Moo/Makefile |  5 +++--
 devel/p5-Moo/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 4e1456f11d5e -r fc7da4bc736e devel/p5-Moo/Makefile
--- a/devel/p5-Moo/Makefile     Wed Aug 08 12:23:05 2012 +0000
+++ b/devel/p5-Moo/Makefile     Wed Aug 08 12:29:57 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2012/07/18 08:04:49 sno Exp $
+# $NetBSD: Makefile,v 1.3 2012/08/08 12:29:57 wen Exp $
 
-DISTNAME=      Moo-0.091014
+DISTNAME=      Moo-1.000002
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
@@ -11,6 +11,7 @@
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Class-Method-Modifiers>=1.05:../../devel/p5-Class-Method-Modifiers
+DEPENDS+=      p5-Devel-GlobalDestruction>=0.08:../../devel/p5-Devel-GlobalDestruction
 DEPENDS+=      p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
 DEPENDS+=      p5-Role-Tiny>=1.001003:../../devel/p5-Role-Tiny
 DEPENDS+=      p5-strictures>=1.001001:../../devel/p5-strictures
diff -r 4e1456f11d5e -r fc7da4bc736e devel/p5-Moo/distinfo
--- a/devel/p5-Moo/distinfo     Wed Aug 08 12:23:05 2012 +0000
+++ b/devel/p5-Moo/distinfo     Wed Aug 08 12:29:57 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/07/18 08:04:49 sno Exp $
+$NetBSD: distinfo,v 1.3 2012/08/08 12:29:57 wen Exp $
 
-SHA1 (Moo-0.091014.tar.gz) = faaa662aad164518ab930e10b1404c155cc42cd8
-RMD160 (Moo-0.091014.tar.gz) = 98e3507f0f3207c561737fd83784d0e8b9f36a25
-Size (Moo-0.091014.tar.gz) = 50135 bytes
+SHA1 (Moo-1.000002.tar.gz) = 5a4a815d8a4f4fb13caa5ee7a436986fc81dfc2a
+RMD160 (Moo-1.000002.tar.gz) = d5a8d91d578aeee17b845e157313f0dae91675f3
+Size (Moo-1.000002.tar.gz) = 53273 bytes



Home | Main Index | Thread Index | Old Index