projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7d63444
)
Fix abstract for docs
Tomas Doran [Tue, 8 Feb 2011 19:55:34 +0000 (19:55 +0000)]
lib/MooseX/Getopt/ProcessedArgv.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt/ProcessedArgv.pm
b/lib/MooseX/Getopt/ProcessedArgv.pm
index
5fac8d9
..
7aeb9ce
100644
(file)
--- a/
lib/MooseX/Getopt/ProcessedArgv.pm
+++ b/
lib/MooseX/Getopt/ProcessedArgv.pm
@@
-1,5
+1,6
@@
package MooseX::Getopt::ProcessedArgv;
use Moose;
+# ABSTRACT: MooseX::Getopt::ProcessedArgv - Class containing the results of process_argv
has 'argv_copy' => (is => 'ro', isa => 'ArrayRef');
has 'extra_argv' => (is => 'ro', isa => 'ArrayRef');