X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=autodoc.pl;h=02d7c0aeda2b033db237c1d999b9e0965f6c2879;hb=1059054db273fce406f731966b935f417b38dbd5;hp=8b6f3b44723a17d6d01cce1237936475630f742a;hpb=94bdecf9800c3bee967274854f7adf2933ffd42b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/autodoc.pl b/autodoc.pl index 8b6f3b4..02d7c0a 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -3,6 +3,9 @@ require 5.003; # keep this compatible, an old perl is all we may have before # we build the new one +BEGIN { push @INC, 'lib' } # glob() below requires File::Glob + + # # See database of global and static function prototypes at the __END__. # This is used to generate prototype headers under various configurations,