Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-PPPort CPAN distribution.

Report information
The Basics
Id: 60582
Status: resolved
Priority: 0/
Queue: Devel-PPPort

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

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



Subject: $[ used where $] was intended
In t/magic.t ok($[ < 5.009 || $@ eq ''); should be ok($] < 5.009 || $@ eq '');
On Fri Aug 20 23:01:08 2010, ikegami wrote: Show quoted text
> In t/magic.t > > ok($[ < 5.009 || $@ eq ''); > > should be > > ok($] < 5.009 || $@ eq '');
doh! I see this has been fixed in the dev release!