X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000_load.t;h=27fc166fe02db8eb7cb4b86002360e993999de5f;hb=d68e679f65ab5ec22bf60c1f5797722186978efc;hp=1e5f2852c5e35f81c552a8e6ffca23a31f504520;hpb=c13295c80061a10bc2612b024bfdb52687d3a3b0;p=gitmo%2FMooseX-MetaDescription.git diff --git a/t/000_load.t b/t/000_load.t index 1e5f285..27fc166 100644 --- a/t/000_load.t +++ b/t/000_load.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; BEGIN { @@ -11,9 +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::Trait'); use_ok('MooseX::MetaDescription::Description'); - use_ok('MooseX::MetaDescription::Description::Class'); - use_ok('MooseX::MetaDescription::Description::Attribute'); }