removed redundant stuff in xt/, which is now part of Devel::Declare
[Method-Signatures-Simple.git] / t / 00-load.t
blob8f7fe8d0cd74cd7d93e6236f323e8625dec7fcf2
1 #!perl -T
3 use Test::More tests => 1;
5 BEGIN {
6         use_ok( 'Method::Signatures::Simple' );
9 diag( "Testing Method::Signatures::Simple $Method::Signatures::Simple::VERSION, Perl $], $^X" );