Author: glen                         Date: Thu Oct 13 21:48:10 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- resolve MakeMake version compare:
Argument "6.25_08" isn't numeric in numeric ge (>=) at Makefile.PL line 29.

---- Files affected:
SOURCES:
   xmltv-mm-version.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xmltv-mm-version.patch
diff -u /dev/null SOURCES/xmltv-mm-version.patch:1.1
--- /dev/null   Thu Oct 13 23:48:10 2005
+++ SOURCES/xmltv-mm-version.patch      Thu Oct 13 23:48:04 2005
@@ -0,0 +1,13 @@
+big thanks to mauke from #perl for helping out with this
+
+--- ./Makefile.PL~     2005-10-13 22:55:34.000000000 +0300
++++ ./Makefile.PL      2005-10-14 00:44:55.000000000 +0300
+@@ -26,7 +26,7 @@
+ # given explicitly -
+ # <http://article.gmane.org/gmane.comp.tv.xmltv.devel/3634>.
+ #
+-unless ($ExtUtils::MakeMaker::VERSION >= 6.21) {
++if (eval {ExtUtils::MakeMaker->VERSION(6.21)}) {
+     if (not grep /^PREFIX=/, @ARGV) {
+       warn "You may want to explicitly give PREFIX to work around MakeMaker 
bugs.\n";
+     }
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to