Sat Nov 8 14:03:48 2008 UTC ()
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)


(seb)
diff -r1.8 -r1.9 pkgsrc/devel/p5-Moose/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Moose/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Moose/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moose/Makefile 2008/10/27 00:03:21 1.8
+++ pkgsrc/devel/p5-Moose/Makefile 2008/11/08 14:03:48 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2008/10/27 00:03:21 seb Exp $ 1# $NetBSD: Makefile,v 1.9 2008/11/08 14:03:48 seb Exp $
2# 2#
3 3
4DISTNAME= Moose-0.60 4DISTNAME= Moose-0.61
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://moose.perl.org/ 10HOMEPAGE= http://moose.perl.org/
11COMMENT= Postmodern object system for Perl 5 11COMMENT= Postmodern object system for Perl 5
12 12
13DEPENDS+= p5-Class-MOP>=0.68:../../devel/p5-Class-MOP 13DEPENDS+= p5-Class-MOP>=0.68:../../devel/p5-Class-MOP
14DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 14DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
15DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter 15DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter
16 16
17BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep 17BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Moose/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moose/distinfo 2008/10/27 00:03:21 1.6
+++ pkgsrc/devel/p5-Moose/distinfo 2008/11/08 14:03:48 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2008/10/27 00:03:21 seb Exp $ 1$NetBSD: distinfo,v 1.7 2008/11/08 14:03:48 seb Exp $
2 2
3SHA1 (Moose-0.60.tar.gz) = 1d35a435185a71e4ae67c31e2ac113f72ad3b2a4 3SHA1 (Moose-0.61.tar.gz) = 3a5cad3cd4b8711fa17eecd2b1d1002dfdd6dce1
4RMD160 (Moose-0.60.tar.gz) = 6cd3d1452cb342179af3cec86c17a95ead8b85ae 4RMD160 (Moose-0.61.tar.gz) = 922733703abfd6e1f2119c9ecc6cfbb907415f91
5Size (Moose-0.60.tar.gz) = 252808 bytes 5Size (Moose-0.61.tar.gz) = 252900 bytes