From: Andy Dougherty Date: Mon, 5 Feb 2001 10:19:29 +0000 (-0500) Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5aa723418959f04967a963333655305248442a6e;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob Message-ID: p4raw-id: //depot/perl@8742 --- diff --git a/embed.pl b/embed.pl index b8f26f5..e7810fc 100755 --- a/embed.pl +++ b/embed.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl -w +BEGIN { + unshift @INC, "./lib"; +} + require 5.003; # keep this compatible, an old perl is all we may have before # we build the new one