SOURCES: xmltv-mm-version.patch (NEW) - resolve MakeMake version c...

glen glen at pld-linux.org
Thu Oct 13 23:48:10 CEST 2005


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";
+     }
================================================================



More information about the pld-cvs-commit mailing list