From: Karen Etheridge Date: Tue, 25 Dec 2012 08:24:16 +0000 (-0800) Subject: fix typo in pod X-Git-Tag: v0.49~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=75c37b0c2063f0029600645a9dff111631b87816 fix typo in pod --- diff --git a/lib/MooseX/Getopt/Meta/Attribute.pm b/lib/MooseX/Getopt/Meta/Attribute.pm index 6a37acd..70aaa61 100644 --- 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',