lost of misc changes; fixed the &create method; test cleanup
[gitmo/Class-MOP.git] / t / 003_methods.t
index d807876..2b0b527 100644 (file)
@@ -174,7 +174,7 @@ is_deeply(
 # ... test our class creator 
 
 my $Bar = Class::MOP::Class->create(
-            'Bar' => '0.10' => (
+            'Bar' => (
                 superclasses => [ 'Foo' ],
                 methods => {
                     foo => sub { 'Bar::foo' },