summaryrefslogtreecommitdiff
path: root/t/pureperl/Functions.t
blob: 41e00dfe8a7778a6a539a14dcb29e1627f67f69a (plain)
1
2
3
4
5
6
7
8
9
10
#!perl

use lib ("t/lib");
$ENV{LIST_MOREUTILS_PP} = 1;
END { delete $ENV{LIST_MOREUTILS_PP} } # for VMS

require LMU::Test::Functions;

LMU::Test::Functions->run_tests;