mention the aliasing feature of NoGetopt as well
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Meta / Attribute.pm
index 8bace3b..fd89a3f 100644 (file)
@@ -24,7 +24,7 @@ sub register_implementation { 'MooseX::Getopt::Meta::Attribute' }
   with 'MooseX::Getopt';
 
   has 'data' => (
-      metaclass => 'MooseX::Getopt::Meta::Attribute',
+      metaclass => ['Getopt'],
       is        => 'ro',
       isa       => 'Str',
       default   => 'file.dat',