57483c1c0645fb1b197e1e60e173b3d528c02250
[catagits/Test-EOL.git] / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6     use_ok( 'Test::EOL' );
7 }
8
9 diag( "Testing Test::EOL $Test::EOL::VERSION, Perl $], $^X" );