Skip Menu |

This queue is for tickets about the Tie-Handle-Offset CPAN distribution.

Report information
The Basics
Id: 125073
Status: resolved
Priority: 0/
Queue: Tie-Handle-Offset

People
Owner: Nobody in particular
Requestors: KSTAR [...] cpan.org
Cc:
AdminCc:

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



Subject: Test fails when $^X contains spaces
t/00-compile.t fails when $^X contains spaces. To fix, change: like( qx{ $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_ loaded ok" ) to like( qx{ "$^X" -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_ loaded ok" )
This is a generated file and the generator has been fixed. I'll ship a new release to take care of this.