pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Mouse Updating devel/p5-Mouse from 0.29 to 0.32



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f24cfd7dd678
branches:  trunk
changeset: 399587:f24cfd7dd678
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Sep 22 17:48:01 2009 +0000

description:
Updating devel/p5-Mouse from 0.29 to 0.32

Upstream changes:
0.32 Tue Sep 22 16:44:57 2009
    * Add many tests copied from Moose (gfx)
    * Fix Mouse::Util::find_meta() and Mouse::Util::does_role() (gfx)
    * Fix the timing triggers are invoked (gfx)
    * Implement confliction checks in roles
    * work around create() and create_anon() in Mouse::Meta::Role

0.31 Tue Sep 22 11:08:12 2009
    * Add find_meta() and does_role() to Mouse::Util (gfx)
    * Fix tests using Class::Method::Modifiers to be skipped correctly (gfx)
    * Remove Test::Mouse, which was accidentally included (gfx)

0.30 Mon Sep 21 16:43:05 2009
    * Implement RT #46930 (accessor/reader/writer in has()) (gfx)
    * Work around anonymous classes as mortal classes (gfx)
    * Implement with $role => -exlucdes => [...] (gfx)
    * Implement get_method() in M::Meta::Class and M::Meta::Role (gfx)
    * Make get_method_list() compatible with Moose's (gfx)
    * Make unimport() not to remove non-Mouse functions (blessed and confess) (gfx)
    * Remove a lot of duplication code (gfx)
    * Support is => 'bare', and you must pass and 'is' option to has() (gfx)

diffstat:

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

diffs (29 lines):

diff -r 82e2fd23260b -r f24cfd7dd678 devel/p5-Mouse/Makefile
--- a/devel/p5-Mouse/Makefile   Tue Sep 22 17:45:05 2009 +0000
+++ b/devel/p5-Mouse/Makefile   Tue Sep 22 17:48:01 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2009/09/19 15:45:28 sno Exp $
+# $NetBSD: Makefile,v 1.15 2009/09/22 17:48:01 sno Exp $
 
-DISTNAME=      Mouse-0.29
+DISTNAME=      Mouse-0.32
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUNNAVY/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Mouse/
diff -r 82e2fd23260b -r f24cfd7dd678 devel/p5-Mouse/distinfo
--- a/devel/p5-Mouse/distinfo   Tue Sep 22 17:45:05 2009 +0000
+++ b/devel/p5-Mouse/distinfo   Tue Sep 22 17:48:01 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2009/09/19 15:45:28 sno Exp $
+$NetBSD: distinfo,v 1.14 2009/09/22 17:48:01 sno Exp $
 
-SHA1 (Mouse-0.29.tar.gz) = 390b736a5e7b9412f22def9b9fc1ec539d60ac2c
-RMD160 (Mouse-0.29.tar.gz) = e0eec5a5d3630f98c870f9a1b6b873e1ec74881c
-Size (Mouse-0.29.tar.gz) = 108817 bytes
+SHA1 (Mouse-0.32.tar.gz) = 58a4b7abe4a61d8fa063f3ae76695c9cc6b935c1
+RMD160 (Mouse-0.32.tar.gz) = e6eaaf1dab64ee271e9b5a11a5c5994f49e86d44
+Size (Mouse-0.32.tar.gz) = 126219 bytes



Home | Main Index | Thread Index | Old Index