Sun Nov 8 16:50:54 2009 UTC ()
Update from version 0.37 to version 0.40.

Upstream changes:
0.40 Mon Oct 19 18:30:32 2009
    * Mouse::Meta::TypeConstraint
        - Fix a subtyping issue (Thanks miyagawa san)
    * Mouse/Mouse::Role
        - Now export their sugars to the "main" package

0.39 Tue Oct 13 16:42:31 2009
    * Fix RT #50421 (Thanks Michael G Schwern)
    * Fix RT #50422 (Thanks Michael G Schwern)

0.38 Tue Oct 13 15:40:39 2009
    * No code changes from 0.37_06

    * SUMMARY from 0.37 to 0.38
        - Add documents about compatiblity and incompatibility to Mouse::Spec

        - Refactor type constraints and type coercions
            - Now ArrayRef[Foo | Bar] is parsed correctly
            - Type coercions are stored in type constraint objects

        - Add Mouse::Exporter for import/unimport methods

        - Make roles applicable to instances

        - Implement inner/augment keywords

        - Port a lot of Moose's tests

        - Fix a lot of bugs


(seb)
diff -r1.17 -r1.18 pkgsrc/devel/p5-Mouse/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/p5-Mouse/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-Mouse/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Mouse/Makefile 2009/10/11 09:22:46 1.17
+++ pkgsrc/devel/p5-Mouse/Makefile 2009/11/08 16:50:54 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2009/10/11 09:22:46 sno Exp $ 1# $NetBSD: Makefile,v 1.18 2009/11/08 16:50:54 seb Exp $
2 2
3DISTNAME= Mouse-0.37 3DISTNAME= Mouse-0.40
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Mouse/ 9HOMEPAGE= http://search.cpan.org/dist/Mouse/
10COMMENT= Perl module implementing an extension of the perl object system 10COMMENT= Perl module implementing an extension of the perl object system
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
16 16

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Mouse/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Mouse/distinfo 2009/10/11 09:22:46 1.15
+++ pkgsrc/devel/p5-Mouse/distinfo 2009/11/08 16:50:54 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2009/10/11 09:22:46 sno Exp $ 1$NetBSD: distinfo,v 1.16 2009/11/08 16:50:54 seb Exp $
2 2
3SHA1 (Mouse-0.37.tar.gz) = 7e145123661066cbf454fa8fc0afe6d3b4675ea7 3SHA1 (Mouse-0.40.tar.gz) = d41373ac10ee1914f21aefaf1636e80e9c8bf7fe
4RMD160 (Mouse-0.37.tar.gz) = 4bda2e4e18571be15cb549a109073bb2491fc765 4RMD160 (Mouse-0.40.tar.gz) = 588841ea7a2822c50374e20a7270401e55dca290
5Size (Mouse-0.37.tar.gz) = 126543 bytes 5Size (Mouse-0.40.tar.gz) = 148001 bytes