This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
af00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly.
authorZefram <zefram@fysh.org>
Thu, 14 Oct 2010 05:34:15 +0000 (22:34 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 05:34:15 +0000 (22:34 -0700)
Porting/makemeta
regen_perly.pl

index a66b052..2d19bb0 100644 (file)
@@ -13,7 +13,7 @@ use File::Basename qw( dirname );
 
 BEGIN {
     # Get function prototypes
-    require 'regen_lib.pl';
+    require 'regen/regen_lib.pl';
 }
 
 
index e9e1be9..b30e39d 100644 (file)
@@ -34,7 +34,7 @@ sub usage { die "usage: $0 [ -b bison_executable ] [ file.y ]\n" }
 use warnings;
 use strict;
 
-BEGIN { require 'regen_lib.pl'; }
+BEGIN { require 'regen/regen_lib.pl'; }
 
 my $bison = 'bison';