don't load Moo if Moose is already present
[p5sagit/Function-Parameters.git] / t / 00-load.t
CommitLineData
7a63380c 1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'Function::Parameters' );
7}
8
9diag( "Testing Function::Parameters $Function::Parameters::VERSION, Perl $], $^X" );