Skip to content

Commit

Permalink
fix issue with blead (require 5.010 != use 5.010)
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Nov 28, 2010
1 parent d864c88 commit 73664e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/given_when.t
Expand Up @@ -11,6 +11,8 @@ BEGIN {
use_ok("Try::Tiny");
}

use 5.010;

my ( $error, $topic );

given ("foo") {
Expand Down

0 comments on commit 73664e2

Please sign in to comment.