perl/hints/vos.sh
[p5sagit/p5-mst-13.2.git] / autodoc.pl
index 8b6f3b4..02d7c0a 100644 (file)
@@ -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,