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

Modified Files:
      Tag: branch_0_24
        Bootstrap.pm ChangeLog 
Log Message:
allow perl 5.8.8


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.90.2.35
retrieving revision 1.90.2.36
diff -u -d -r1.90.2.35 -r1.90.2.36
--- Bootstrap.pm        27 Jun 2006 21:58:51 -0000      1.90.2.35
+++ Bootstrap.pm        8 Aug 2006 16:27:43 -0000       1.90.2.36
@@ -398,6 +398,7 @@
        } elsif ("$]" == "5.008001") {
        } elsif ("$]" == "5.008002") {
        } elsif ("$]" == "5.008006") {
+       } elsif ("$]" == "5.008008") {
        } else {
 # unsupported version of perl
                $perl_is_supported = 0;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.873.2.112
retrieving revision 1.873.2.113
diff -u -d -r1.873.2.112 -r1.873.2.113
--- ChangeLog   27 Jul 2006 00:49:51 -0000      1.873.2.112
+++ ChangeLog   8 Aug 2006 16:27:43 -0000       1.873.2.113
@@ -1,3 +1,7 @@
+2006-08-08  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * Bootstrap.pm: allow perl 5.8.8
+
 2006-07-26  Daniel Macks  <[EMAIL PROTECTED]>
 
        * Services.pm: Fix execute() to pass PERL5LIB even when sudo


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to