bump version on modules changed since 5.13.0
[p5sagit/p5-mst-13.2.git] / ext / XS-APItest / t / op.t
index f541888..1c3d970 100644 (file)
@@ -1,8 +1,6 @@
 #!perl -w
 
 BEGIN {
-  chdir 't' if -d 't';
-  @INC = '../lib';
   push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
   require Config; import Config;
   if ($Config{'extensions'} !~ /\bXS\/APItest\b/) {
@@ -26,4 +24,4 @@ use_ok('XS::APItest');
 *hint_exists = *hint_exists = \&XS::APItest::Hash::refcounted_he_exists;
 *hint_fetch = *hint_fetch = \&XS::APItest::Hash::refcounted_he_fetch;
 
-require './op/caller.pl';
+require '../../t/op/caller.pl';