Throw exceptions from new_with_options if @ARGV parsing fails
authorBrandon L Black <blblack@gmail.com>
Tue, 22 May 2007 23:55:39 +0000 (23:55 +0000)
committerBrandon L Black <blblack@gmail.com>
Tue, 22 May 2007 23:55:39 +0000 (23:55 +0000)
commitf63e631037a9d743d874ae465e8b0a8d541c16c2
tree5560bb7b8ac3504352a6ba5c0fb678ef55d8c410
parent23575d4623f4f5357c62c5f5ff57053abf357e35
Throw exceptions from new_with_options if @ARGV parsing fails
Restore the mangled @ARGV to its original state after Getopt is done
Added ->extra_argv accessor for the Getopt leftovers
Added subtype constraint inference
Added docs/tests/ChangeLog for all of the above
ChangeLog
lib/MooseX/Getopt.pm
lib/MooseX/Getopt/OptionTypeMap.pm
t/001_basic.t
t/002_custom_option_type.t
t/003_inferred_option_type.t [new file with mode: 0644]