Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26738/perlmod/Fink

Modified Files:
      Tag: branch_0_23
        Bootstrap.pm ChangeLog 
Log Message:
allow bootstrap under perl 5.8.6, not perl 5.8.4


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.65.4.7
retrieving revision 1.65.4.8
diff -u -d -r1.65.4.7 -r1.65.4.8
--- Bootstrap.pm        2 Jan 2005 16:14:52 -0000       1.65.4.7
+++ Bootstrap.pm        22 Jan 2005 22:01:10 -0000      1.65.4.8
@@ -62,7 +62,7 @@
        } elsif ("$]" == "5.008") {
        } elsif ("$]" == "5.008001") {
        } elsif ("$]" == "5.008002") {
-       } elsif ("$]" == "5.008004") {
+       } elsif ("$]" == "5.008006") {
        } else {
                die "Sorry, this version of Perl ($]) is currently not 
supported by Fink.\n";
        }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.723.2.11
retrieving revision 1.723.2.12
diff -u -d -r1.723.2.11 -r1.723.2.12
--- ChangeLog   2 Jan 2005 16:14:52 -0000       1.723.2.11
+++ ChangeLog   22 Jan 2005 22:01:12 -0000      1.723.2.12
@@ -1,3 +1,11 @@
+2005-01-22  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * Bootstrap.pm:  Disallow bootstrapping with perl 5.8.4
+
+2005-01-22  Peter O'Gorman  <[EMAIL PROTECTED]>
+
+       * Bootstrap.pm:  Allow bootstrapping with perl 5.8.6 (maybe).
+
 2005-01-02  Dave Morrison  <[EMAIL PROTECTED]>
 
        * all: updated Copyright notice



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to