This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
62ccb36
)
doc update: Storable cannot serialize REGEXP (yet)
author
Slaven Rezic
<slaven@rezic.de>
Mon, 29 Mar 2010 11:55:21 +0000
(13:55 +0200)
committer
Jesse Vincent
<jesse@bestpractical.com>
Mon, 29 Mar 2010 14:28:11 +0000
(10:28 -0400)
dist/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Storable/Storable.pm
b/dist/Storable/Storable.pm
index
b60a5f6
..
7627943
100644
(file)
--- a/
dist/Storable/Storable.pm
+++ b/
dist/Storable/Storable.pm
@@
-1045,7
+1045,7
@@
your data. There is no slowdown on retrieval.
=head1 BUGS
-You can't store GLOB, FORMLINE, etc.... If you can define semantics
+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.