diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-14 09:39:57 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-14 09:39:57 +0000 |
commit | c6fe9bd05ba82b50a31a2109a5fb424579a1dbac (patch) | |
tree | 169d99889cd9185b32c8cc6c8ec69936524aa90e | |
parent | 4b0e99e1ff8008cb054661e8ea51e4445e4d9b29 (diff) | |
download | pkgsrc-c6fe9bd05ba82b50a31a2109a5fb424579a1dbac.tar.gz |
Update p5-MooseX-Singleton to 0.27.
Changes from previous:
0.27 2011-05-19
- Fix 006-cooperative.t - this test requires MooseX::StrictConstructor
0.16+ to pass with Moose 2.00+. Reported by Alexandr Ciornii. RT
#67965. (Dave Rolsky)
0.26 2011-02-26
- This module will now work with Moose 1.9900+, but it still works with
older Moose as well. (Dave Rolsky)
- The test suite now uses Test::Fatal instead of Test::Exception. (Karen
Etheridge)
-rw-r--r-- | devel/p5-MooseX-Singleton/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-MooseX-Singleton/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-MooseX-Singleton/Makefile b/devel/p5-MooseX-Singleton/Makefile index e8f7d7194da..ecf28fd661b 100644 --- a/devel/p5-MooseX-Singleton/Makefile +++ b/devel/p5-MooseX-Singleton/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/08/14 12:26:23 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/11/14 09:39:57 hiramatsu Exp $ # -DISTNAME= MooseX-Singleton-0.25 +DISTNAME= MooseX-Singleton-0.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} diff --git a/devel/p5-MooseX-Singleton/distinfo b/devel/p5-MooseX-Singleton/distinfo index 41fcf246b39..958843163e5 100644 --- a/devel/p5-MooseX-Singleton/distinfo +++ b/devel/p5-MooseX-Singleton/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/09/02 20:18:40 sno Exp $ +$NetBSD: distinfo,v 1.8 2011/11/14 09:39:57 hiramatsu Exp $ -SHA1 (MooseX-Singleton-0.25.tar.gz) = c4eb6d32f47d572a18d15c96407d240c0ced22b0 -RMD160 (MooseX-Singleton-0.25.tar.gz) = b7aa15259cb2950c8eddd9913caa4700c54454cc -Size (MooseX-Singleton-0.25.tar.gz) = 25700 bytes +SHA1 (MooseX-Singleton-0.27.tar.gz) = 7a0669a5fdbda2a98af2d01af1fdf528dd7f368b +RMD160 (MooseX-Singleton-0.27.tar.gz) = c75330d932928b740d6ab9e30b9a45bbae300a26 +Size (MooseX-Singleton-0.27.tar.gz) = 16145 bytes |