<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 0b3764d61cb8ad16653d63f802331c1712508509 Mon Sep 17 00:00:00 2001
From: Steffen Schwigon &lt;ss5@renormalist.net&gt;
Date: Thu, 24 May 2012 15:22:58 +0100
Subject: [PATCH] allow Perl 5.9.1-5.10.0 again

---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index d56e38b..4ccd1c4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,7 +12,7 @@ use File::Spec;
 use vars qw ($no_xs $force_xs);
 
 if ( $] &gt;= 5.009_001 &amp;&amp; $] &lt; 5.010_000 ) {
-    die "The CPAN module cannot be tested with Perl $]\n".
+    warn "The CPAN module cannot be tested with Perl $]\n".
     	"Please update to the latest bleadperl...";
 }
 
-- 
1.7.2.5

</pre></body></html>