projects
/
gitmo/Moose.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
complete re-organization of the test suite
[gitmo/Moose.git]
/
t
/
400_moose_util
/
001_moose_util.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('Moose::Util');
10
}