]> git.vpit.fr Git - perl/modules/subs-auto.git/blob - t/00-load.t
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/subs-auto.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( 'subs::auto' );
9 }
10
11 diag( "Testing subs::auto $subs::auto::VERSION, Perl $], $^X" );