-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storable does not store REGEXP items #9222
Comments
From sand@franz.ak.mind.deCreated by sand@k75.linux.bogususe Storable; Storable::dclone qr/foo/; gives Can't store REGEXP items at -e line 1. Perl Info
|
From @jkeenanOn Wed Feb 06 23:42:33 2008, sand@franz.ak.mind.de wrote:
This is acknowledged in the documentation for Storable (Perl 5.14.2): ### Personally, I don't think an acknowledged limitation of a library And if it's not a bug, then we should not keep an RT ticket open for Thank you very much. |
The RT System itself - Status changed from 'new' to 'open' |
From @cpansproutOn Wed Nov 30 19:46:11 2011, jkeenan wrote:
I find it helpful to have it open as a reminder. RT is my to-do list. :-)
-- Father Chrysostomos |
From @nwc10[aside - thanks for your ongoing work in cleaning out the RT queue] On Wed, Nov 30, 2011 at 07:46:12PM -0800, James E Keenan via RT wrote:
Personally, I do. It's marked as a limitation that is not desired, and should be eliminated.
It's an unresolved bug that Storable can't store regular expressions. By that measure the ticket *should* remain open, even if there has been Nicholas Clark |
From @demerphqOn 1 December 2011 04:46, James E Keenan via RT
I find this an interesting message. FORMLINE I mostly understand, GLOB The only circumstance that a REGEXP object would not make sense in Other than that, it seems to me that the semantics are clear: do the qr/$pattern/$modifiers $ perl -MData::Dump::Streamer -e'Dump { foo => qr/bar/i }' Although I will say that while I think the semantics are clear for cheers, -- |
@dcollinsn - Status changed from 'open' to 'stalled' |
From @eserteDana Wed, 06 Feb 2008 23:42:33 -0800, sand@franz.ak.mind.de reče:
It was not really advertized, but starting with Storable 3.06 which is part of perl 5.27.9 and later there's experimental regexp support built in. The above code line does not fail anymore, and seems to do the right thing: $ perl5.27.10 -e 'use Storable; use Data::Dumper; warn Dumper Storable::dclone qr/foo/;' Now it would be nice if there was a CPAN release of this Storable version, so older perls can also use the new feature. |
The RT System itself - Status changed from 'stalled' to 'open' |
From @xsawyerxOn 04/04/2018 12:07 PM, slaven@rezic.de via RT wrote:
Last CPAN release was 2014 - a long time ago. I'll work on that. Thanks |
From @tonycozOn Thu, 05 Apr 2018 01:10:45 -0700, xsawyerx@gmail.com wrote:
This was released to CPAN in Storable 3.08. Closing. Tony |
@tonycoz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#50608 (status was 'resolved')
Searchable as RT50608$
The text was updated successfully, but these errors were encountered: