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