summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 15:10:55 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 15:22:52 +0100
commitea4deea9a8315c4d1fd95e6130ed55a9f078b5c9 (patch)
tree9dae7024d143406988e2f78faf98f6ee32d8968a /t/TEST
parent88b025b98c3c8fa8efa9a260faf441816455bcc7 (diff)
downloadperl-ea4deea9a8315c4d1fd95e6130ed55a9f078b5c9.tar.gz
Move Pod::Parser from ext/ to cpan/
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 97f21529f3..dd80b3d71a 100755
--- a/t/TEST
+++ b/t/TEST
@@ -26,7 +26,7 @@ my %dir_to_switch =
# I think in the end I'd like "not absolute" to be the default", as it saves
# some fakery within TestInit which can peturb tests, and takes CPU.
my %no_abs =
- ('../ext/Pod-Parser' => 1,
+ ('../cpan/Pod-Parser' => 1,
);
my %temp_no_core =