Patch to add an __ENV(foo)__ macro to configloader from Stuart Watt, from -devel...
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / 01-use.t
CommitLineData
a7afecf7 1use Test::More tests => 1;
2
587d381b 3BEGIN {
a7afecf7 4 use_ok( 'Catalyst::Plugin::ConfigLoader' );
5}