pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Moose Update from version 0.70 to version 0.72.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/808a0f05ddcd
branches:  trunk
changeset: 555282:808a0f05ddcd
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Feb 26 22:26:31 2009 +0000

description:
Update from version 0.70 to version 0.72.

Upstream changes:
0.72 Mon, February 23, 2009
    * Moose::Object
    * Moose::Meta::Method::Constructor
      - A mutable class accepted Foo->new(undef) without complaint,
        while an immutable class would blow up with an unhelpful
        error. Now, in both cases we throw a helpful error
        instead. Reported by doy.

0.71_01 Sun, February 22, 2009
    * Moose::Cookbook
      - Hopefully fixed some POD errors in a few recipes that caused
        them to display weird on search.cpan.org.

    * Moose::Util::TypeConstraints
      - Calling type or subtype without the sugar helpers (as, where,
        message) is now deprecated.
      - The subtype function tried hard to guess what you meant, but
        often got it wrong. For example:

         my $subtype = subtype as 'ArrayRef[Object]';

        This caused an error in the past, but now works as you'd
        expect.

    * Everywhere
      - Make sure Moose.pm is loaded before calling
        Moose->throw_error. This wasn't normally an issue, but could
        bite you in weird cases.

0.71 Thu, February 19, 2009
    * Moose::Cookbook::Basics::Recipe11
      - A new recipe which demonstrates the use of BUILDARGS and
        BUILD. (Dave Rolsky)

    * Moose::Cookbook::Roles::Recipe3
      - A new recipe, applying a role to an object instance. (Dave
        Rolsky)

    * Moose::Exporter
      - Allow overriding specific keywords from "also" packages. (doy)

    * Tests
      - Replace hardcoded cookbook tests with Test::Inline POD
        to ensure they don't get out of sync. (Dave Rolsky)

    * Moose::Cookbook
      - Working on the above turned up a number of little bugs in the
        recipe code. (Dave Rolsky)

    * Moose::Util::TypeConstraints::Optimized
      - Just use Class::MOP for the optimized ClassName check. (Dave
        Rolsky)

diffstat:

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

diffs (35 lines):

diff -r a80e5315ce5e -r 808a0f05ddcd devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile   Thu Feb 26 22:25:58 2009 +0000
+++ b/devel/p5-Moose/Makefile   Thu Feb 26 22:26:31 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2009/02/15 08:39:37 seb Exp $
+# $NetBSD: Makefile,v 1.17 2009/02/26 22:26:31 seb Exp $
 #
 
-DISTNAME=      Moose-0.70
+DISTNAME=      Moose-0.72
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://moose.perl.org/
 COMMENT=       Postmodern object system for Perl 5
 
-DEPENDS+=      p5-Class-MOP>=0.77:../../devel/p5-Class-MOP
+DEPENDS+=      p5-Class-MOP>=0.78:../../devel/p5-Class-MOP
 DEPENDS+=      p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter
 DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
diff -r a80e5315ce5e -r 808a0f05ddcd devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo   Thu Feb 26 22:25:58 2009 +0000
+++ b/devel/p5-Moose/distinfo   Thu Feb 26 22:26:31 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/02/15 08:39:37 seb Exp $
+$NetBSD: distinfo,v 1.15 2009/02/26 22:26:31 seb Exp $
 
-SHA1 (Moose-0.70.tar.gz) = cde65f669ab1ff210985de4267eaf143aa5d4803
-RMD160 (Moose-0.70.tar.gz) = 18cbd073345e47f8133005038599d3a872a55b89
-Size (Moose-0.70.tar.gz) = 284263 bytes
+SHA1 (Moose-0.72.tar.gz) = d0a756bb45c981e01e5e0df417a9399336732882
+RMD160 (Moose-0.72.tar.gz) = 365e852294e8a9bd0f4c665307911bd8e3dbc552
+Size (Moose-0.72.tar.gz) = 295230 bytes



Home | Main Index | Thread Index | Old Index