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