no_plan does not take a param
[gitmo/MooseX-MetaDescription.git] / t / 000_load.t
index 04cf405..27fc166 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 {
@@ -11,11 +11,7 @@ BEGIN {
 
     use_ok('MooseX::MetaDescription::Meta::Class');
     use_ok('MooseX::MetaDescription::Meta::Attribute');
-    use_ok('MooseX::MetaDescription::Meta::Attribute::Trait');
-
-    use_ok('MooseX::MetaDescription::Meta::Role::HasMetaDescription');
+    use_ok('MooseX::MetaDescription::Meta::Trait');
 
     use_ok('MooseX::MetaDescription::Description');
-    use_ok('MooseX::MetaDescription::Description::Class');
-    use_ok('MooseX::MetaDescription::Description::Attribute');
 }