Update of /cvsroot/fink/fink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28085

Modified Files:
        bootstrap ChangeLog 
Log Message:
Clarify that "use" happens early in a perl program


Index: bootstrap
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bootstrap   15 Jun 2006 19:13:00 -0000      1.1
+++ bootstrap   15 Jun 2006 19:37:36 -0000      1.2
@@ -28,6 +28,7 @@
 use strict;
 
 use FindBin;
+use lib "$FindBin::RealBin/perlmod";
 
 my ($answer);
 my ($script, $cmd);
@@ -79,7 +80,6 @@
 ### check if we are unharmed ###
 
 print "Checking package...";
-use lib "$FindBin::RealBin/perlmod";
 require Fink::Bootstrap;
 import Fink::Bootstrap qw(&check_host &check_files);
 require Fink::FinkVersion;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -d -r1.422 -r1.423
--- ChangeLog   15 Jun 2006 19:13:00 -0000      1.422
+++ ChangeLog   15 Jun 2006 19:37:36 -0000      1.423
@@ -1,6 +1,11 @@
+2006-06-15  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * bootstrap: clarify order of function calls.
+
 2006-06-15  Chris Zubrzycki  <[EMAIL PROTECTED]>
 
-       * bootstrap.pl, bootstrap.sh: Merged both into bootstrap, Updated 
references.
+       * bootstrap, bootstrap.pl, bootstrap.sh: Merged .pl and .sh into
+       new bootstrap, Updated references.
 
 2006-05-28  Dave Morrison  <[EMAIL PROTECTED]>
 



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to