diff options
author | Zefram <zefram@fysh.org> | 2010-10-13 22:34:15 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 22:34:15 -0700 |
commit | 2bd4012dc624b6c0e9c04f091f91d51aadf2738a (patch) | |
tree | fc94d9833642af251c8ed8ff283c794badce5199 /Porting/makemeta | |
parent | 0f85bd5a8a2601e13fb190fdd329269ca86bccc5 (diff) | |
download | perl-2bd4012dc624b6c0e9c04f091f91d51aadf2738a.tar.gz |
af00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly.
Diffstat (limited to 'Porting/makemeta')
-rw-r--r-- | Porting/makemeta | 2 |
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'; } |