diff options
author | wen <wen@pkgsrc.org> | 2017-01-30 01:47:44 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-01-30 01:47:44 +0000 |
commit | 21e3fbcf4b523687f998e1ef2d065f541488a22f (patch) | |
tree | b09111392d9d2a85f8bf047a7711ba45f12f9bc5 /devel/p5-Specio/Makefile | |
parent | d3a8416a243ee772048a7554a1d6cd06bf256796 (diff) | |
download | pkgsrc-21e3fbcf4b523687f998e1ef2d065f541488a22f.tar.gz |
Update to 0.34
Upstream changes:
0.34 2017-01-29
- Packages with Specio::Exporter can now specify additional arbitrary subs to
exporter. See the Specio::Exporter docs for details.
- Importing the same library twice in a given package would throw an
exception. The second attempt to import is now ignored.
Diffstat (limited to 'devel/p5-Specio/Makefile')
-rw-r--r-- | devel/p5-Specio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Specio/Makefile b/devel/p5-Specio/Makefile index 52b3b1ce20e..daecd682ca7 100644 --- a/devel/p5-Specio/Makefile +++ b/devel/p5-Specio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/01/25 12:19:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/01/30 01:47:44 wen Exp $ -DISTNAME= Specio-0.33 +DISTNAME= Specio-0.34 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ |