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