diff options
author | seb <seb@pkgsrc.org> | 2008-07-26 06:58:39 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-07-26 06:58:39 +0000 |
commit | 3e55905b954f32cb5dd9373087b6e6460bf6f5ae (patch) | |
tree | 8ec6ba60fd7efe7e2e830a4f3dc2b769b83f5ad9 /devel | |
parent | cc6eb3c0f68d21984db1592aec7abee9c1b34def (diff) | |
download | pkgsrc-3e55905b954f32cb5dd9373087b6e6460bf6f5ae.tar.gz |
Update to version 0.2.0.
Changes since last packaged version (0.1.0):
0.2.0 Sat Aug 4 17:22:31 2007
- Added fallback to $main::VERSION if version not specified in Pod
(thanks Todd and Thomas)
- Added non-zero exit value on bad arg list (thanks Toby)
- Changed module behaviour: now removes identified arguments from @ARGV.
on successful match (thanks Aran and Tim)
- Allowed alternations everywhere (i.e. outside optionals too)
- Allowed E<lt> and E<gt> in option specifiers (thanks Wes)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Getopt-Euclid/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Getopt-Euclid/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Getopt-Euclid/Makefile b/devel/p5-Getopt-Euclid/Makefile index 281f76641e5..c87365f8ca9 100644 --- a/devel/p5-Getopt-Euclid/Makefile +++ b/devel/p5-Getopt-Euclid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:16 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/26 06:58:39 seb Exp $ # -DISTNAME= Getopt-Euclid-v0.1.0 -PKGNAME= p5-Getopt-Euclid-0.1.0 +DISTNAME= Getopt-Euclid-v0.2.0 +PKGNAME= p5-Getopt-Euclid-0.2.0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} diff --git a/devel/p5-Getopt-Euclid/distinfo b/devel/p5-Getopt-Euclid/distinfo index f2c8999b0e3..f353fc4a324 100644 --- a/devel/p5-Getopt-Euclid/distinfo +++ b/devel/p5-Getopt-Euclid/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/13 19:25:32 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/07/26 06:58:39 seb Exp $ -SHA1 (Getopt-Euclid-v0.1.0.tar.gz) = ef796596a16020a0d7e56dd8acc6ba4e07e6ad46 -RMD160 (Getopt-Euclid-v0.1.0.tar.gz) = 989c317124d685ad678703d0438efbc4acceac09 -Size (Getopt-Euclid-v0.1.0.tar.gz) = 24673 bytes +SHA1 (Getopt-Euclid-v0.2.0.tar.gz) = 16648593418913e700f775e5e3c976d5ddda1843 +RMD160 (Getopt-Euclid-v0.2.0.tar.gz) = 7aca680c18245ae726f59162538d2995c7612e2e +Size (Getopt-Euclid-v0.2.0.tar.gz) = 25664 bytes |