projects
/
gitmo/MooseX-AttributeHelpers.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
30cd1126b54def97ff0df3bbceb2bad22ceb0a45
[gitmo/MooseX-AttributeHelpers.git]
/
t
/
000_load.t
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::More tests => 1;
7
8
BEGIN {
9
use_ok('MooseX::AttributeHelpers');
10
}