fix typo in pod
Karen Etheridge [Tue, 25 Dec 2012 08:24:16 +0000 (00:24 -0800)]
lib/MooseX/Getopt/Meta/Attribute.pm

index 6a37acd..70aaa61 100644 (file)
@@ -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',