projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5b6ab0d
)
fix typo in pod
Karen Etheridge [Tue, 25 Dec 2012 08:24:16 +0000 (
00:24
-0800)]
lib/MooseX/Getopt/Meta/Attribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt/Meta/Attribute.pm
b/lib/MooseX/Getopt/Meta/Attribute.pm
index
6a37acd
..
70aaa61
100644
(file)
--- a/
lib/MooseX/Getopt/Meta/Attribute.pm
+++ b/
lib/MooseX/Getopt/Meta/Attribute.pm
@@
-24,7
+24,7
@@
sub register_implementation { 'MooseX::Getopt::Meta::Attribute' }
with 'MooseX::Getopt';
has 'data' => (
- metaclass => ['Getopt'],
+ metaclass => 'Getopt',
is => 'ro',
isa => 'Str',
default => 'file.dat',