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