summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-09-22 17:48:01 +0000
committersno <sno@pkgsrc.org>2009-09-22 17:48:01 +0000
commit30cb813c92d492bf6abc770bdf6aa025ca61ffb0 (patch)
tree887ff1abda4e05a0e81b900d7f602e726ffbefc7
parent8992698e8627383fed5b79fba272f780068bab65 (diff)
downloadpkgsrc-30cb813c92d492bf6abc770bdf6aa025ca61ffb0.tar.gz
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)
-rw-r--r--devel/p5-Mouse/Makefile6
-rw-r--r--devel/p5-Mouse/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile
index ae3030aaf3b..f4a61b134f8 100644
--- a/devel/p5-Mouse/Makefile
+++ b/devel/p5-Mouse/Makefile
@@ -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
HOMEPAGE= http://search.cpan.org/dist/Mouse/
diff --git a/devel/p5-Mouse/distinfo b/devel/p5-Mouse/distinfo
index 8bf432e08a1..2eebe266d3d 100644
--- a/devel/p5-Mouse/distinfo
+++ b/devel/p5-Mouse/distinfo
@@ -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