don't test POD for end users
[p5sagit/Function-Parameters.git] / t / 00-load.t
CommitLineData
18da5c15 1#!perl
7a63380c 2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'Function::Parameters' );
7}
8
9diag( "Testing Function::Parameters $Function::Parameters::VERSION, Perl $], $^X" );