summaryrefslogtreecommitdiff
path: root/Porting/makemeta
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-10-13 22:34:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-13 22:34:15 -0700
commit2bd4012dc624b6c0e9c04f091f91d51aadf2738a (patch)
treefc94d9833642af251c8ed8ff283c794badce5199 /Porting/makemeta
parent0f85bd5a8a2601e13fb190fdd329269ca86bccc5 (diff)
downloadperl-2bd4012dc624b6c0e9c04f091f91d51aadf2738a.tar.gz
af00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly.
Diffstat (limited to 'Porting/makemeta')
-rw-r--r--Porting/makemeta2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makemeta b/Porting/makemeta
index a66b05293c..2d19bb022a 100644
--- a/Porting/makemeta
+++ b/Porting/makemeta
@@ -13,7 +13,7 @@ use File::Basename qw( dirname );
BEGIN {
# Get function prototypes
- require 'regen_lib.pl';
+ require 'regen/regen_lib.pl';
}