diff options
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl index 2044dab5c1..503fc5e104 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -5,7 +5,7 @@ require 5.003; # keep this compatible, an old perl is all we may have before BEGIN { push @INC, 'lib'; - require 'regen.pl'; + require 'regen_lib.pl'; } # glob() below requires File::Glob |