Skip Menu |

This queue is for tickets about the P CPAN distribution.

Report information
The Basics
Id: 89052
Status: resolved
Priority: 0/
Queue: P

People
Owner: pause [...] tlinx.org
Requestors: l.mai [...] web.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.0.20
Fixed in: (no value)



Subject: P does weird things with arrays
use P; my @xs = (["hello"], ["world"]); P @xs; Pe @xs; Output: hello 2 I wouldn't've expected "hello" from P @xs, but I'm pretty sure Pe is supposed to produce the same output as P, just on STDERR.
Prototypes are now consistent in V1.1.0.