Update from version 0.27 to version 0.28.
Pkgsrc changes: - Adjust MASTER_SITES Upstream changes: 0.28 Wed Sep 8 20:00:06 2009 * Alter Makefile.PL so in author mode we generate lib/Mouse/Tiny.pm on every run so that 'make dist' actually does what it's meant to (mst) * Only unlink Mouse::Tiny if it exists, otherwise autodie pitches a fit (miyagawa) * Make auto_deref also handles isa not only ArrayRef and HashRef, but also ArrayRef[Foo::Bar] and HashRef[Foo::Bar]
This commit is contained in:
parent
a80bc4c0da
commit
a34f2c083b
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.12 2009/07/07 21:17:06 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2009/09/09 20:07:39 seb Exp $
|
||||
|
||||
DISTNAME= Mouse-0.27
|
||||
DISTNAME= Mouse-0.28
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUNNAVY/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Mouse/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2009/07/07 21:17:06 sno Exp $
|
||||
$NetBSD: distinfo,v 1.12 2009/09/09 20:07:39 seb Exp $
|
||||
|
||||
SHA1 (Mouse-0.27.tar.gz) = 07b55d05601059f5be947f20edb97d7d81deeb4b
|
||||
RMD160 (Mouse-0.27.tar.gz) = 52f7d6ba17201a52cd563905a03a724a01f3f0d0
|
||||
Size (Mouse-0.27.tar.gz) = 108926 bytes
|
||||
SHA1 (Mouse-0.28.tar.gz) = ce2d87cc79fef4530bdd33bba2f7fb3aa5e9a2d5
|
||||
RMD160 (Mouse-0.28.tar.gz) = 0cfa76d5091607f41c15059d8eadca65ec64265c
|
||||
Size (Mouse-0.28.tar.gz) = 110540 bytes
|
||||
|
|
Loading…
Reference in a new issue