Skip to content

Commit

Permalink
t/modules.t: Module::Build starts failing with 5.16 already
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Dec 31, 2013
1 parent f4269ce commit 2095946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/modules.t
Expand Up @@ -284,13 +284,13 @@ sub is_todo {
# MooseX::Types
# DateTime
#)) { return '> 5.15 (unshare_hek)' if $_ eq $module; }}
# SvSTASH of magic stashes?
if ($] >= 5.016) { foreach(qw(
Module::Build
)) { return '>= 5.16' if $_ eq $module; }}
if ($] >= 5.018) { foreach(qw(
ExtUtils::ParseXS
)) { return '>= 5.18 #135 Eval-group not allowed at runtime' if $_ eq $module; }}
# SvSTASH of magic stashes
if ($] >= 5.018) { foreach(qw(
Module::Build
)) { return '>= 5.18' if $_ eq $module; }}

# ---------------------------------------
if ($Config{useithreads}) {
Expand Down

0 comments on commit 2095946

Please sign in to comment.