summaryrefslogtreecommitdiff
path: root/utils/config_data.PL
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 14:30:03 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 14:30:03 +0100
commit2ad3fd79fc9c36127e4a72f731e2784799de0b2f (patch)
tree874f3c108dbe0d7316a3bb459e2ff9f51a01f3e6 /utils/config_data.PL
parent29557590c0a57f02189a28c27e881497f290abe8 (diff)
downloadperl-2ad3fd79fc9c36127e4a72f731e2784799de0b2f.tar.gz
Move Module::Build from ext/ to cpan/
Diffstat (limited to 'utils/config_data.PL')
-rw-r--r--utils/config_data.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/config_data.PL b/utils/config_data.PL
index e8dda916fb..a7bc90fb80 100644
--- a/utils/config_data.PL
+++ b/utils/config_data.PL
@@ -35,7 +35,7 @@ use File::Spec;
my $script = File::Spec->catfile(
File::Spec->catdir(
- File::Spec->updir, qw[ext Module-Build scripts]
+ File::Spec->updir, qw[cpan Module-Build scripts]
), "config_data");
if (open(IN, $script)) {