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

Modified Files:
        ChangeLog bootstrap 
Log Message:
Gotta import a module before using its methods


Index: bootstrap
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bootstrap   19 Jun 2006 20:25:14 -0000      1.4
+++ bootstrap   20 Jun 2006 01:15:22 -0000      1.5
@@ -30,6 +30,7 @@
 
 use FindBin;
 use lib "$FindBin::RealBin/perlmod";
+use IO::Handle;
 
 my ($answer);
 my ($script, $cmd);

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -d -r1.424 -r1.425
--- ChangeLog   15 Jun 2006 19:44:43 -0000      1.424
+++ ChangeLog   20 Jun 2006 01:15:22 -0000      1.425
@@ -1,3 +1,7 @@
+2006-06-19  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * bootstrap: Gotta import a module before using its methods.
+
 2006-06-15  Daniel Macks  <[EMAIL PROTECTED]>
 
        * bootstrap: Clarify order of function calls. Cleaner quoting,



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

Reply via email to