move most of new_with_options logic into separate publically accessible process_argv...
authorJonathan Swartz <swartz@pobox.com>
Sat, 8 Jan 2011 00:32:38 +0000 (16:32 -0800)
committerJonathan Swartz <swartz@pobox.com>
Tue, 8 Feb 2011 18:30:16 +0000 (10:30 -0800)
commitf361569330f174ac07999ef69bf4f58df85be084
treef21fb97ef05b66091bc16c34ee35a6160d26cc0e
parentaabf4179f74c8607d8c9de5a1da07a5f2cb48b3b
move most of new_with_options logic into separate publically accessible process_argv method, so that arg processing can be done without actually creating object
lib/MooseX/Getopt.pm
lib/MooseX/Getopt/Basic.pm
lib/MooseX/Getopt/ProcessedArgv.pm [new file with mode: 0644]
t/011_process_argv.t [new file with mode: 0644]