Subject: | t/17-ctl.t fails on perl 5.14 and 5.16 |
Variable-Magic-0.49 fails to build for the ActivePerl PPM repo for perl-5.14 and 5.16 on Linux/OS X. This failure is not seen on Windows. Any idea what makes the difference?
$ perl -Mblib t/17-ctl.t
[...]
not ok 44 - die in free callback at compile time and not in eval string
$ perl -Mblib t/17-ctl.t
[...]
ok 40 - die in BEGIN in require in eval string triggers hints hash destructor
ok 41 - in hints hash destructor 2
ok 42 - die in BEGIN in eval triggers hints hash destructor
# Using Capture::Tiny 0.18
ok 43 - die in free callback at compile time and not in eval stringnot ok 44 - die in free callback at compile time and not in eval string
# Failed test 'die in free callback at compile time and not in eval string'
# at t/17-ctl.t line 280.
# 'salsify at -e line 1.
# Execution of -e aborted due to compilation errors.
# '
# doesn't match '(?^:^salsify at \-e line \d+\.(?:
# salsify at -e line \d+.){12}
# Execution(?s:.*)$)'
# Looks like you failed 1 test of 44.