Subject: | Fails for older perls (1.00 .. 1.02) |
On my smoker systems t/01-parser.t fails with older perls (<5.20, on some systems also 5.20.x).
Sample log output:
...
Use of uninitialized value in substitution (s///) at /tmpfs/.cpan-build-cpansand/2016111806/CatalystX-ASP-1.02-7/blib/lib/CatalystX/ASP/Parser.pm line 109.
Use of uninitialized value in concatenation (.) or string at /tmpfs/.cpan-build-cpansand/2016111806/CatalystX-ASP-1.02-7/blib/lib/CatalystX/ASP/Parser.pm line 144.
# Failed test 'Detached on parsing failure'
# at t/01-parser.t line 41.
# expecting: Regexp ((?^:catalyst_detach))
# found: normal exit
# Looks like you failed 1 test of 14.
t/01-parser.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/14 subtests
...