Description: patch to fix warning on exec build package: Argument "6.57_05"
  isn't numeric in numeric ge (>=) at Makefile.PL line 5.
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87057
Author: Oleg Gashev <oleg@gashev.net>

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@
     AUTHOR              => q{M. Nunberg <mnunberg@haskalah.org>},
     VERSION_FROM        => 'lib/Proc/Terminator.pm',
     ABSTRACT_FROM       => 'lib/Proc/Terminator.pm',
-    ($ExtUtils::MakeMaker::VERSION >= 6.3002
+    ($ExtUtils::MakeMaker::VERSION ge '6.3002'
       ? ('LICENSE'=> 'perl')
       : ()),
     PL_FILES            => {},
