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.60 to version 0.61.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2c2758299b4
branches:  trunk
changeset: 549760:e2c2758299b4
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Nov 08 14:03:48 2008 +0000

description:
Update from version 0.60 to version 0.61.

Changes:
0.61 Fri November 7, 2008
    * Moose::Meta::Attribute
      - When passing a role to handles, it will be loaded if necessary
        (perigrin)

    * Moose::Meta::Class
      - Method objects returned by get_method (and other methods)
        Could end up being returned without an associated_metaclass
        attribute. Removing get_method_map, which is provided by
        Class::MOP::Class, fixed this. The Moose version did nothing
        different from its parent except introduce a bug. (Dave Rolsky)
        - added tests for this (jdv79)

    * Various
      - Added a $VERSION to all .pm files which didn't have one. Fixes
        RT #40049, reported by Adam Kennedy. (Dave Rolsky)

    * Moose::Cookbook::Basics::Recipe4
    * Moose::Cookbook::Basics::Recipe6
      - These files had spaces on the first line of the SYNOPSIS, as
        opposed to a totally empty line. According to RT #40432, this
        confuses POD parsers. (Dave Rolsky)

diffstat:

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

diffs (26 lines):

diff -r 6739e9d9c9b1 -r e2c2758299b4 devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile   Sat Nov 08 14:02:04 2008 +0000
+++ b/devel/p5-Moose/Makefile   Sat Nov 08 14:03:48 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/10/27 00:03:21 seb Exp $
+# $NetBSD: Makefile,v 1.9 2008/11/08 14:03:48 seb Exp $
 #
 
-DISTNAME=      Moose-0.60
+DISTNAME=      Moose-0.61
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r 6739e9d9c9b1 -r e2c2758299b4 devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo   Sat Nov 08 14:02:04 2008 +0000
+++ b/devel/p5-Moose/distinfo   Sat Nov 08 14:03:48 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/10/27 00:03:21 seb Exp $
+$NetBSD: distinfo,v 1.7 2008/11/08 14:03:48 seb Exp $
 
-SHA1 (Moose-0.60.tar.gz) = 1d35a435185a71e4ae67c31e2ac113f72ad3b2a4
-RMD160 (Moose-0.60.tar.gz) = 6cd3d1452cb342179af3cec86c17a95ead8b85ae
-Size (Moose-0.60.tar.gz) = 252808 bytes
+SHA1 (Moose-0.61.tar.gz) = 3a5cad3cd4b8711fa17eecd2b1d1002dfdd6dce1
+RMD160 (Moose-0.61.tar.gz) = 922733703abfd6e1f2119c9ecc6cfbb907415f91
+Size (Moose-0.61.tar.gz) = 252900 bytes



Home | Main Index | Thread Index | Old Index