Add some work for perigrin
[gitmo/MooseX-MetaDescription.git] / t / 003_inheriting_meta_desc.t
index a4ced5a..c6af375 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More no_plan => 1;
+use Test::More 'no_plan';
 use Test::Exception;
 
 BEGIN {
@@ -12,7 +12,7 @@ BEGIN {
 
 {
     package Foo;
-    use Moose;
+    use Moose;  
     
     has 'bar' => (
         metaclass   => 'MooseX::MetaDescription::Meta::Attribute',