From: Slaven Rezic Date: Mon, 29 Mar 2010 11:55:21 +0000 (+0200) Subject: doc update: Storable cannot serialize REGEXP (yet) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eda690a0221aa1378f4724ca1cfd90ac3507bfc8;p=p5sagit%2Fp5-mst-13.2.git doc update: Storable cannot serialize REGEXP (yet) --- diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm index b60a5f6..7627943 100644 --- 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.