summaryrefslogtreecommitdiff
path: root/cpan/autodie/t/00-load.t
blob: d07fcaefbeee373c92622cdac552ccf3612d030e (plain)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'Fatal' );
}

# diag( "Testing Fatal $Fatal::VERSION, Perl $], $^X" );