[interchange-cvs] interchange - jon modified Makefile.PL

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed May 21 03:11:36 UTC 2008


User:      jon
Date:      2008-05-21 03:11:36 GMT
Modified:  .        Makefile.PL
Log:
Have the makefile builder require Perl 5.8.0 like the rest of IC, and use old compatible numbering.

Revision  Changes    Path
2.67                 interchange/Makefile.PL


rev 2.67, prev_rev 2.66
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.66
retrieving revision 2.67
diff -u -u -r2.66 -r2.67
--- Makefile.PL	21 May 2008 03:05:20 -0000	2.66
+++ Makefile.PL	21 May 2008 03:11:36 -0000	2.67
@@ -16,7 +16,7 @@
 use File::Find;
 use Data::Dumper;
 use Cwd;
-require 5.6.0;
+require 5.008;
 
 use strict;
 







More information about the interchange-cvs mailing list