Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CatalystX-ASP CPAN distribution.

Report information
The Basics
Id: 118828
Status: resolved
Priority: 0/
Queue: CatalystX-ASP

People
Owner: SLEUNG [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.05



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 ...
I'm not sure if this is fixed on your smoke tester. I did attempt to deal with the warnings you experienced in substitution. I also changed the throws_ok to look for an exception class instead. However, I was never able to reproduce your exact errors.