diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 14:30:03 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 14:30:03 +0100 |
commit | 2ad3fd79fc9c36127e4a72f731e2784799de0b2f (patch) | |
tree | 874f3c108dbe0d7316a3bb459e2ff9f51a01f3e6 /utils | |
parent | 29557590c0a57f02189a28c27e881497f290abe8 (diff) | |
download | perl-2ad3fd79fc9c36127e4a72f731e2784799de0b2f.tar.gz |
Move Module::Build from ext/ to cpan/
Diffstat (limited to 'utils')
-rw-r--r-- | utils/config_data.PL | 2 |
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)) { |