From: Jesse Luehrs Date: Sun, 28 Nov 2010 21:39:13 +0000 (-0600) Subject: fix issue with blead (require 5.010 != use 5.010) X-Git-Tag: Try-Tiny-0.08~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73664e254e2d50d4e19ecc387e892860090099b3;p=p5sagit%2FTry-Tiny.git fix issue with blead (require 5.010 != use 5.010) --- diff --git a/t/given_when.t b/t/given_when.t index 3e34e6f..dce86bb 100644 --- a/t/given_when.t +++ b/t/given_when.t @@ -11,6 +11,8 @@ BEGIN { use_ok("Try::Tiny"); } +use 5.010; + my ( $error, $topic ); given ("foo") {