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.13 to 0.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6563023bdf09
branches:  trunk
changeset: 552485:6563023bdf09
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jan 04 20:48:02 2009 +0000

description:
Update from version 0.13 to 0.14.

Upstream changes: (include updated 0.13 changes entry):

0.14 Sat Dec 20 16:53:05 2008
    * POD fix

    * Document what changes tokuhirom and Yappo made (see below)

0.13 Tue Dec 16 02:01:40 2008
    * Pass in the instance to the default sub in the constructor (reported with
      failing tests by rjbs)

    * Tons of new features implemented by tokuhirom++ and Yappo++:
      - method API in classes and roles!
      - "requires" and "with" for Mouse::Role
      - Type coercion
      - Inject a constructor after make_immutable. Huge speedup!
      - class_type and role_type
      - Inject a destructor for more speedup
      - MouseX::Types (may move into its own dist)
      - create_anon_class
      - union type constraints (eg 'Str | Undef')
      - subtypes and sugar for them

diffstat:

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

diffs (25 lines):

diff -r db419b30e95b -r 6563023bdf09 devel/p5-Mouse/Makefile
--- a/devel/p5-Mouse/Makefile   Sun Jan 04 20:28:51 2009 +0000
+++ b/devel/p5-Mouse/Makefile   Sun Jan 04 20:48:02 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2008/12/20 23:51:33 he Exp $
+# $NetBSD: Makefile,v 1.7 2009/01/04 20:48:02 he Exp $
 
-DISTNAME=      Mouse-0.13
+DISTNAME=      Mouse-0.14
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
diff -r db419b30e95b -r 6563023bdf09 devel/p5-Mouse/distinfo
--- a/devel/p5-Mouse/distinfo   Sun Jan 04 20:28:51 2009 +0000
+++ b/devel/p5-Mouse/distinfo   Sun Jan 04 20:48:02 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/12/20 23:51:33 he Exp $
+$NetBSD: distinfo,v 1.6 2009/01/04 20:48:02 he Exp $
 
-SHA1 (Mouse-0.13.tar.gz) = 6d5853367a49fb0cffef36d8c149efd50987d679
-RMD160 (Mouse-0.13.tar.gz) = 991ee55620f24602d6c48209b7d77433eceab39b
-Size (Mouse-0.13.tar.gz) = 71876 bytes
+SHA1 (Mouse-0.14.tar.gz) = 4f779fd1320cb945488a639e718dbeac8bd4e98e
+RMD160 (Mouse-0.14.tar.gz) = 2f072592a08f0db9057f415bfee852fdddaf36ad
+Size (Mouse-0.14.tar.gz) = 72098 bytes



Home | Main Index | Thread Index | Old Index