demand Module::Install 0.75
[gitmo/MooseX-Patterns-GOF.git] / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'MooseX::Patterns::GOF' );
7 }
8
9 diag( "Testing MooseX::Patterns::GOF $MooseX::Patterns::GOF::VERSION, Perl $], $^X" );