Massive Raft full of chnages. Hopefully, this is the exact right fix.
[catagits/Test-EOL.git] / t / 00-load.t
CommitLineData
a83ae797 1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'Test::EOL' );
7}
8
f0f1929d 9diag( "Testing Test::EOL $Test::EOL::VERSION, Perl $], $^X" );