diff options
author | mef <mef@pkgsrc.org> | 2015-02-15 08:23:14 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-15 08:23:14 +0000 |
commit | c8f6f9c2c1dae9aa5fee53cdd519ef50a0ab2791 (patch) | |
tree | e70673e7b7c36e7b8292bfd6332fa1eb90b137b0 | |
parent | 485cf28e3046a1077dcd9f808ccd907929f7a21d (diff) | |
download | pkgsrc-c8f6f9c2c1dae9aa5fee53cdd519ef50a0ab2791.tar.gz |
Update 1.25 to 1.29
-------------------
1.29 2014-03-24 Dave Oswald <davido@cpan.org>
* Fixed set operations examples in POD (Xaerxess via GitHub).
1.28 2014-02-24 Dave Oswald <davido@cpan.org>
* Fix POD example showing power_set() method returning an iterator. Now it
correctly demonstrates power_set_iterator() returning an iterator.
(Response to report from vagabonding_electron on PerlMonks.)
1.27 2013-12-31 Dave Oswald <davido@cpan.org>
* Merge pull request for typo fix in POD.
* Merge pull request for adding meta-data via Makefile.PL.
* ChangeLog is more standards compliant.
* Module POD now mentions current maintainer, and GitHub repo.
1.26 2013-06-15 Jarkko Hietaniemi <jhi@iki.fi>
* Fixed "Set::Scalar::Valued" [rt.cpan.org #69037], bug reported
and fix supplied by Kiran Mukhyala, the problem was in null()
not being defined for valued set universes.
* Fixed qq[More whitespace in examples could show "picture" of
operations] [rt.cpan.org #54172 and #54173], bug reported
and fix supplied by MichaelRWolf. (ASCII art, so relies
on fixed-width font.)
-rw-r--r-- | devel/p5-Set-Scalar/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Set-Scalar/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Set-Scalar/Makefile b/devel/p5-Set-Scalar/Makefile index 422b0e394ac..cfabb348f94 100644 --- a/devel/p5-Set-Scalar/Makefile +++ b/devel/p5-Set-Scalar/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2014/10/09 14:06:26 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/02/15 08:23:14 mef Exp $ # -DISTNAME= Set-Scalar-1.25 +DISTNAME= Set-Scalar-1.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} diff --git a/devel/p5-Set-Scalar/distinfo b/devel/p5-Set-Scalar/distinfo index 874980f2b0e..97f3f691db3 100644 --- a/devel/p5-Set-Scalar/distinfo +++ b/devel/p5-Set-Scalar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/03/08 16:51:04 sno Exp $ +$NetBSD: distinfo,v 1.7 2015/02/15 08:23:14 mef Exp $ -SHA1 (Set-Scalar-1.25.tar.gz) = 497b5fe9b30ed6a0bff4e459ce9fb3913bf3a917 -RMD160 (Set-Scalar-1.25.tar.gz) = b950e354b5cf0f5706d34c7589edf4211166c6e4 -Size (Set-Scalar-1.25.tar.gz) = 20575 bytes +SHA1 (Set-Scalar-1.29.tar.gz) = 1d5b1daa744908fa32828de9ef957b90cb159ec6 +RMD160 (Set-Scalar-1.29.tar.gz) = c18ac75030209603832e4feb61e3a775d54c0fd8 +Size (Set-Scalar-1.29.tar.gz) = 21549 bytes |