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