- Update to 0.40
Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog
This commit is contained in:
parent
84bb5852cd
commit
7bac2eb58e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295014
3 changed files with 3 additions and 23 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= MooseX-Getopt
|
||||
PORTVERSION= 0.39
|
||||
PORTVERSION= 0.40
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MooseX-Getopt-0.39.tar.gz) = 180bb47dabeae20becdbb110e20815c5025af377a7a7ef37a342e6bc42284821
|
||||
SIZE (MooseX-Getopt-0.39.tar.gz) = 31378
|
||||
SHA256 (MooseX-Getopt-0.40.tar.gz) = 024db9be96b66766a5103509d867bfb649f152422816c133576ca199f5c5e6d4
|
||||
SIZE (MooseX-Getopt-0.40.tar.gz) = 31560
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- t/008_configfromfile.t.orig 2012-02-03 05:27:38.000000000 -0900
|
||||
+++ t/008_configfromfile.t 2012-04-03 18:15:22.000000000 -0800
|
||||
@@ -86,7 +86,7 @@
|
||||
{
|
||||
local @ARGV = qw( --required_from_argv 1 );
|
||||
|
||||
- like exception { App->new_with_options }, qr/Required option missing: required_from_config/;
|
||||
+ like exception { App->new_with_options }, qr/Mandatory parameter 'required_from_config' missing in call to/;
|
||||
|
||||
{
|
||||
my $app = App::DefaultConfigFile->new_with_options;
|
||||
@@ -155,7 +155,7 @@
|
||||
# Required arg not supplied from cmdline
|
||||
{
|
||||
local @ARGV = qw( --configfile /notused );
|
||||
- like exception { App->new_with_options }, qr/Required option missing: required_from_argv/;
|
||||
+ like exception { App->new_with_options }, qr/Mandatory parameter 'required_from_argv' missing in call to/;
|
||||
}
|
||||
|
||||
# Config file value overriden from cmdline
|
Loading…
Reference in a new issue