]> iEval git - acme-evil.git/blame_incremental - t/intermediate-direct.t
Fix tests when @INC has no '.' (RT #121030)
[acme-evil.git] / t / intermediate-direct.t
... / ...
CommitLineData
1#!/usr/bin/perl
2use lib '.';
3use Test::More tests => 1;
4
5ok !eval {require t::t3::IntermediateDirect }, 'Direct intermediate dies';
This page took 0.01796 seconds and 4 git commands to generate.