diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-13 18:50:46 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-13 18:50:46 +0100 |
commit | 10b84a45b4c4889d6f5b7707ba96a127c605fd9f (patch) | |
tree | 5913f4f44e16671e564c8c7dab33c632055c79a7 /utils | |
parent | c5cb1db4779e061c5d9179a8fdbb794afe0c22a9 (diff) | |
download | perl-10b84a45b4c4889d6f5b7707ba96a127c605fd9f.tar.gz |
Move Moudle::Build from lib to ext.
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 e1de813b52..e8dda916fb 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[lib Module Build scripts] + File::Spec->updir, qw[ext Module-Build scripts] ), "config_data"); if (open(IN, $script)) { |