projects
/
gitmo/MooseX-AttributeHelpers.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
foo
[gitmo/MooseX-AttributeHelpers.git]
/
t
/
000_load.t
Commit
Line
Data
22d869ff
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::More no_plan => 1;
7
8
BEGIN {
9
use_ok('MooseX::AttributeHelpers');
10
}