Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
Andy Dougherty [Mon, 5 Feb 2001 10:19:29 +0000 (05:19 -0500)]
Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@8742

embed.pl

index b8f26f5..e7810fc 100755 (executable)
--- 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