summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: fa5caa5d81d0e4fe1f04b0b9827a85542feb3d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
use 5.006;
use strict;
use warnings FATAL => 'all';
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'Map::Splat' ) || print "Bail out!\n";
}

diag( "Testing Map::Splat $Map::Splat::VERSION, Perl $], $^X" );