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
This commit is contained in:
parent
1c2d59c2d6
commit
e8f1c73210
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue