Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Can't clone STD handle with :via layer

by tobyink (Canon)
on Apr 08, 2014 at 15:07 UTC ( [id://1081516]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can't clone STD handle with :via layer
in thread Can't clone STD handle with :via layer

It's nothing specific to PerlIO::via::QuotedPrint; it seems to happen with all PerlIO::via::* modules, but not with built-in layers like :unix, :utf8, or :encoding(iso-8859-1).

Update: indeed, the error message is generated within PerlIO::via. Here's the relevant code.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Replies are listed 'Best First'.
Re^4: Can't clone STD handle with :via layer
by zdm (Beadle) on Apr 08, 2014 at 16:00 UTC
    Maybe it makes a sense to create issue in perl rt?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-24 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found