This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pjf: dual life modules
[perl5.git] / lib / autodie / t / 00-load.t
CommitLineData
0b09a93a
PF
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" );