diff options
author | David Mitchell <davem@iabyn.com> | 2009-05-15 16:12:01 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-05-15 16:12:01 +0100 |
commit | e2bcdfc01b8759d90d7dac9448eb6bd60378bcdc (patch) | |
tree | 14639543904e8115876619dbd5210fa888ec24b0 /regen.pl | |
parent | f014cfc26432b6335249bf805caa754bf11091d1 (diff) | |
download | perl-e2bcdfc01b8759d90d7dac9448eb6bd60378bcdc.tar.gz |
add lib/overload/numbers.pm to (unused) output file list in regen.pl
Diffstat (limited to 'regen.pl')
-rw-r--r-- | regen.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ my %gen = ( 'regcomp.pl' => [qw[regnodes.h]], 'warnings.pl' => [qw[warnings.h lib/warnings.pm]], 'reentr.pl' => [qw[reentr.c reentr.h]], - 'overload.pl' => [qw[overload.c overload.h]], + 'overload.pl' => [qw[overload.c overload.h lib/overload/numbers.pm]], ); sub do_cksum { |