projects
/
gitmo/MooseX-ConfigFromFile.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
migrated repository to github moose organization
[gitmo/MooseX-ConfigFromFile.git]
/
t
/
01use.t
Commit
Line
Data
c35b639e
1
use strict;
bd567467
2
use warnings FATAL => 'all';
c35b639e
3
0f01d3ff
4
use Test::More;
5
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
c35b639e
6
7
BEGIN {
8
use_ok('MooseX::ConfigFromFile');
9
}
0f01d3ff
10
11
done_testing;