develooper Front page | perl.perl5.porters | Postings from November 2011

[perl #50608] Storable does not store REGEXP items

Thread Next
From:
James E Keenan via RT
Date:
November 30, 2011 19:46
Subject:
[perl #50608] Storable does not store REGEXP items
Message ID:
rt-3.6.HEAD-5084-1322711171-1865.50608-15-0@perl.org
On Wed Feb 06 23:42:33 2008, sand@franz.ak.mind.de wrote:
> 

> use Storable; Storable::dclone qr/foo/;
> 
> gives
> 
> Can't store REGEXP items at -e line 1.
> 

This is acknowledged in the documentation for Storable (Perl 5.14.2):

###
BUGS
  You can't store GLOB, FORMLINE, REGEXP, etc.... If you can define
semantics for those operations, feel free to enhance Storable so that 
it can deal with them.
###

Personally, I don't think an acknowledged limitation of a library
qualifies as a bug -- the POD notwithstanding.

And if it's not a bug, then we should not keep an RT ticket open for
this.  Absent a patch or some complaint, I will close this ticket in 7
days time.

Thank you very much.
Jim Keenan




Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About