fix typo in pod
[gitmo/MooseX-Getopt.git] / 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',