Fix tests when @INC has no '.' (RT #121030)
[acme-evil.git] / t / disable-safe.t
1 #!/usr/bin/perl
2 use lib '.';
3 use Test::More tests => 1;
4
5 require_ok 't::t2::Survives';
This page took 0.021799 seconds and 4 git commands to generate.