Switching to `` requires one more \ to escape $Config in new_config=`...`
[p5sagit/p5-mst-13.2.git] / t / lib / autodie / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'Fatal' );
7 }
8
9 # diag( "Testing Fatal $Fatal::VERSION, Perl $], $^X" );