]> iEval git - acme-evil.git/blame_incremental - t/intermediate-unrelated.t
Fix tests when @INC has no '.' (RT #121030)
[acme-evil.git] / t / intermediate-unrelated.t
... / ...
CommitLineData
1#!/usr/bin/perl
2use lib '.';
3use Test::More tests => 2;
4
5require_ok 't::t3::Evil';
6require_ok 't::t3::UnrelatedIntermediate';
This page took 0.022329 seconds and 4 git commands to generate.