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)
This commit is contained in:
sno 2009-09-22 17:48:01 +00:00
parent 8992698e86
commit 30cb813c92
2 changed files with 7 additions and 7 deletions

View file

@ -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/

View file

@ -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