]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blob - t/00-load.t
Add support and tests for eval { }
[perl/modules/Sub-Nary.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( 'Sub::Nary' );
9 }
10
11 diag( "Testing Sub::Nary $Sub::Nary::VERSION, Perl $], $^X" );