change canonical repo to https://github.com/moose/MooseX-Types-Path-Class
[gitmo/MooseX-Types-Path-Class.git] / t / 00.load.t
CommitLineData
fd56ddb6 1
2use warnings FATAL => 'all';
3use strict;
4use Test::More;
5plan tests => 1;
6
a5bbbab1 7use_ok('MooseX::Types::Path::Class');
fd56ddb6 8
9diag( "Testing MooseX::Types::Path::Class $MooseX::Types::Path::Class::VERSION" );
10