initial checkin for MooseX-Attribute-Cached
[gitmo/MooseX-Attribute-Cached.git] / t / 000_load.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More no_plan => 1;
7 use Test::Exception;
8
9 BEGIN {
10     use_ok('MooseX::MetaDescription');
11
12     use_ok('MooseX::MetaDescription::Meta::Class');
13     use_ok('MooseX::MetaDescription::Meta::Attribute');
14     use_ok('MooseX::MetaDescription::Meta::Trait');
15
16     use_ok('MooseX::MetaDescription::Description');
17 }