pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Mouse Update from version 0.37 to version 0.40.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0764dbe2511f
branches:  trunk
changeset: 567121:0764dbe2511f
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Nov 08 16:50:54 2009 +0000

description:
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

diffstat:

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

diffs (25 lines):

diff -r 6a8da25b9c19 -r 0764dbe2511f devel/p5-Mouse/Makefile
--- a/devel/p5-Mouse/Makefile   Sun Nov 08 16:37:45 2009 +0000
+++ b/devel/p5-Mouse/Makefile   Sun Nov 08 16:50:54 2009 +0000
@@ -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/}
diff -r 6a8da25b9c19 -r 0764dbe2511f devel/p5-Mouse/distinfo
--- a/devel/p5-Mouse/distinfo   Sun Nov 08 16:37:45 2009 +0000
+++ b/devel/p5-Mouse/distinfo   Sun Nov 08 16:50:54 2009 +0000
@@ -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
-RMD160 (Mouse-0.37.tar.gz) = 4bda2e4e18571be15cb549a109073bb2491fc765
-Size (Mouse-0.37.tar.gz) = 126543 bytes
+SHA1 (Mouse-0.40.tar.gz) = d41373ac10ee1914f21aefaf1636e80e9c8bf7fe
+RMD160 (Mouse-0.40.tar.gz) = 588841ea7a2822c50374e20a7270401e55dca290
+Size (Mouse-0.40.tar.gz) = 148001 bytes



Home | Main Index | Thread Index | Old Index