changes from jrockway with some additional docs
[gitmo/MooseX-Types-Path-Class.git] / t / 00.load.t
1
2 use warnings FATAL => 'all';
3 use strict;
4 use Test::More;
5 plan tests => 1;
6
7 use_ok('MooseX::Types::Path::Class');
8
9 diag( "Testing MooseX::Types::Path::Class $MooseX::Types::Path::Class::VERSION" );
10