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 context 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,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2009/10/11 09:22:46 sno Exp $
+# $NetBSD: Makefile,v 1.18 2009/11/08 16:50:54 seb Exp $
 
-DISTNAME=	Mouse-0.37
+DISTNAME=	Mouse-0.40
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Mouse/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.15 2009/10/11 09:22:46 sno Exp $
+$NetBSD: distinfo,v 1.16 2009/11/08 16:50:54 seb Exp $
 
-SHA1 (Mouse-0.37.tar.gz) = 7e145123661066cbf454fa8fc0afe6d3b4675ea7
+SHA1 (Mouse-0.40.tar.gz) = d41373ac10ee1914f21aefaf1636e80e9c8bf7fe
-RMD160 (Mouse-0.37.tar.gz) = 4bda2e4e18571be15cb549a109073bb2491fc765
+RMD160 (Mouse-0.40.tar.gz) = 588841ea7a2822c50374e20a7270401e55dca290
-Size (Mouse-0.37.tar.gz) = 126543 bytes
+Size (Mouse-0.40.tar.gz) = 148001 bytes