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

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


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Bootstrap.pm        29 Jun 2006 13:46:29 -0000      1.145
+++ Bootstrap.pm        8 Aug 2006 16:28:13 -0000       1.146
@@ -393,6 +393,7 @@
        if ("$]" == "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.1360
retrieving revision 1.1361
diff -u -d -r1.1360 -r1.1361
--- ChangeLog   7 Aug 2006 06:32:55 -0000       1.1360
+++ ChangeLog   8 Aug 2006 16:28:13 -0000       1.1361
@@ -1,3 +1,9 @@
+2206-08-08  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * Services.pm: allow more complex version strings for darwin, and
+       prepare for the future.
+       * Bootstrap.pm: allow perl 5.8.8
+
 2006-08-07  Daniel Macks  <[EMAIL PROTECTED]>
 
        * Validation.pm: Also allow %n-%v.info as .info filename.


-------------------------------------------------------------------------
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