Update to 0.4.4
Upstream changes: 0.4.4 2013-08-21 - Fixed bug with Bleadperl v5.19.2-257-gc30fc27 (bug #87804, reported by Andreas Koenig, patch by Dave Mitchell) - New process_pod() method to specify arbitrary list of POD files to parse (bug #87592, requested by zdm) - More optional default checks 0.4.3 2013-07-22 - Added a check for .default and .opt_default references in argument description - Speed optimizations 0.4.2 2013-07-17 - Ignore POD from .pod files generated by earlier versions of Getopt::Euclid 0.4.1 2013-07-17 - Support for default values defined based on variables 0.4.0 2013-02-08 - Fixed issue with option values that are substrings of others (bug #76728, reported by Igor Kleshchevich, patch by James F Hester) - Update of META.yml (bug #83221) 0.3.9 2012-12-12 - Fixed issues in mutually exclusive arguments that have default values (RT bug #81630 again) 0.3.8 2012-12-03 - Messages respect order of user options (fixes RT bug #81630) - Show --man and --usage in help message - Prevent a trailing whitespace in --help usage string
This commit is contained in:
parent
e416385969
commit
307732e245
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.13 2013/05/31 12:40:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2013/09/03 14:52:49 wen Exp $
|
||||
|
||||
DISTNAME= Getopt-Euclid-0.3.7
|
||||
DISTNAME= Getopt-Euclid-0.4.4
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2012/09/15 14:28:52 wen Exp $
|
||||
$NetBSD: distinfo,v 1.7 2013/09/03 14:52:49 wen Exp $
|
||||
|
||||
SHA1 (Getopt-Euclid-0.3.7.tar.gz) = 9bfc1dfcbbed5d3f886ff24cea1b10b2477108db
|
||||
RMD160 (Getopt-Euclid-0.3.7.tar.gz) = ee61fb806ab67132cdc8db0fe2c05ce6d013e798
|
||||
Size (Getopt-Euclid-0.3.7.tar.gz) = 70222 bytes
|
||||
SHA1 (Getopt-Euclid-0.4.4.tar.gz) = c3f7b9a1f9fa7f65017e1a08f52b52636dcabd82
|
||||
RMD160 (Getopt-Euclid-0.4.4.tar.gz) = 7720311e0a247cd8361660e6e9651552a63c50b0
|
||||
Size (Getopt-Euclid-0.4.4.tar.gz) = 74553 bytes
|
||||
|
|
Loading…
Reference in a new issue