projects
/
gitmo/Moose.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Rename Meta::Recipe5 to Meta::Table_MetaclassTrait
[gitmo/Moose.git]
/
t
/
000_load.t
Commit
Line
Data
fcd84ca9
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
a28e50e4
6
use Test::More;
fcd84ca9
7
e039f69b
8
BEGIN {
9
use_ok('Moose');
a28e50e4
10
}
7ff56534
11
a28e50e4
12
done_testing;