summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-28 15:35:36 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-29 11:12:38 +0100
commitf690bb0c344f8c3bfb040e8baf11083c2a2ae536 (patch)
tree2e11f4f4e10612b1d0f10acf4ce81be5b9a6d00e /utils
parent88697c04890059636ae16bf315df6e3817777136 (diff)
downloadperl-f690bb0c344f8c3bfb040e8baf11083c2a2ae536.tar.gz
Move Module::CoreList from ext/ to dist/
Diffstat (limited to 'utils')
-rw-r--r--utils/corelist.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/corelist.PL b/utils/corelist.PL
index 1d82250d61..9bad7757b9 100644
--- a/utils/corelist.PL
+++ b/utils/corelist.PL
@@ -35,7 +35,7 @@ use File::Spec;
my $script = File::Spec->catfile(
File::Spec->catdir(
- File::Spec->updir, qw[ext Module-CoreList]
+ File::Spec->updir, qw[dist Module-CoreList]
), "corelist");
if (open(IN, $script)) {