adding metaclass laliasing
[gitmo/MooseX-Getopt.git] / t / 001_basic.t
index 438a9a8..7ffbe5b 100644 (file)
@@ -24,7 +24,7 @@ BEGIN {
     );
 
     has 'cow' => (
-        metaclass   => 'MooseX::Getopt::Meta::Attribute',        
+        metaclass   => 'Getopt',        
         is          => 'ro',
         isa         => 'Str',
         default     => 'moo',