Fix tests when @INC has no '.' (RT #121030)
[acme-evil.git] / t / disable-die.t
CommitLineData
c72607e1 1#!/usr/bin/perl
3c19af38 2use lib '.';
c72607e1
MG
3use Test::More tests => 1;
4
5ok !eval { require t::t2::Dies }, 'Unrelated dies';
This page took 0.009337 seconds and 4 git commands to generate.