From 0b3764d61cb8ad16653d63f802331c1712508509 Mon Sep 17 00:00:00 2001
From: Steffen Schwigon <ss5@renormalist.net>
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 ( $] >= 5.009_001 && $] < 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