typo fixes and skeleton for first test
[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 plan => 1;
7
8
9 BEGIN {
10     use_ok('MooseX::Attribute::Cached');
11 }