]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/00-load.t
c07766a234204d78a80b6d75534e03ae3465b6f3 is a better fix for RT #47902 than 4cb0e2cc2...
[perl/modules/indirect.git] / t / 00-load.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5 use Test::More tests => 1;
6
7 BEGIN {
8         use_ok( 'indirect' );
9 }
10
11 diag( "Testing indirect $indirect::VERSION, Perl $], $^X" );