Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: "Can't happen" bugs

by gaal (Parson)
on Jan 16, 2007 at 19:00 UTC ( [id://594959]=note: print w/replies, xml ) Need Help??


in reply to Re: "Can't happen" bugs
in thread "Can't happen" bugs

You're right; I've since realized that what this code should do is

if (my @bad = grep { /^(dualvar|set_prototype)$/ } @_ ) { ... }

And then give @bad in the error message. (This'll give a bogusly redundant list if the import spec of Scalar::Util contains bogus redundancies, but I doubt that's a problem.)

Anyway there's now a bug in the RT queue for this distro with the correct fix in it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://594959]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-25 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found