]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blob - t/00-load.t
8b63c5e2f6c4ebe5cd44f1f703eaef7e58bdc8ac
[perl/modules/Scalar-Vec-Util.git] / t / 00-load.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7
8 BEGIN {
9         use_ok( 'Scalar::Vec::Util' );
10 }
11
12 diag( "Testing Scalar::Vec::Util $Scalar::Vec::Util::VERSION, Perl $], $^X" );