X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Attribute-Cached.git;a=blobdiff_plain;f=t%2F000_load.t;h=89043638f50b1eb9bbfa62b4396d1e74862f5f3e;hp=d4bcf0523a8f00a661dd53763faa7643d780377a;hb=b555289715def910c2c6620f3e8587b48e2d8760;hpb=cf0ef7c5f07fb6c844045db6c9cc53935004c5c5 diff --git a/t/000_load.t b/t/000_load.t index d4bcf05..8904363 100644 --- a/t/000_load.t +++ b/t/000_load.t @@ -3,15 +3,9 @@ use strict; use warnings; -use Test::More no_plan => 1; -use Test::Exception; +use Test::More plan => 1; -BEGIN { - use_ok('MooseX::MetaDescription'); - - use_ok('MooseX::MetaDescription::Meta::Class'); - use_ok('MooseX::MetaDescription::Meta::Attribute'); - use_ok('MooseX::MetaDescription::Meta::Trait'); - use_ok('MooseX::MetaDescription::Description'); +BEGIN { + use_ok('MooseX::Attribute::Cached'); }