Skip to content

Commit

Permalink
Strip off Perl core compatibility stuff we don't need any more.
Browse files Browse the repository at this point in the history
For #141
  • Loading branch information
schwern committed Apr 9, 2012
1 parent 7d78b17 commit 83bf083
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions t/cmp_ok.t
@@ -1,16 +1,9 @@
#!/usr/bin/perl -w

BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = ('../lib', 'lib', '../lib/Test/Simple/t/lib');
}
else {
unshift @INC, 't/lib';
}
}

use strict;
use warnings;

use lib 't/lib';

require Test::Simple::Catch;
my($out, $err) = Test::Simple::Catch::caught();
Expand Down

0 comments on commit 83bf083

Please sign in to comment.