diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-08 06:49:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-08 06:49:35 +0000 |
commit | 9ad884cb5e6c71bf010defc627075ba1610c8eba (patch) | |
tree | adb716aaf185adbec8be8741a5acf1378fcb59dd /bytecode.pl | |
parent | ab9e1bb794a9b6411f23a7479a1d2f0b62d91d9e (diff) | |
download | perl-9ad884cb5e6c71bf010defc627075ba1610c8eba.tar.gz |
regen_headers tiny tidying:
- regen.pl renamed as regen_lib.pl
- regen_headers.pl renamed as regen.pl
- added make target 'regen' (kept target 'regen_headers'
for porters' brains' backward compatibility)
- regen.pl fancified a bit to display the names
of the files that got changed by running the scripts
p4raw-id: //depot/perl@18851
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl index 0c921d4d1a..569d28e9fc 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -1,6 +1,6 @@ BEGIN { push @INC, './lib'; - require 'regen.pl'; + require 'regen_lib.pl'; } use strict; my %alias_to = ( |