Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-MooseX-ConfigFromFile/t/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-MooseX-ConfigFromFile/t/01use.t

use strict;
use warnings;

use Test::More;
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';

BEGIN {
    use_ok('MooseX::ConfigFromFile');
}

done_testing;