summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-21 15:27:37 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-21 15:27:37 +0000
commit1e2a0f0b335850099f95fa1c4512aa7b8b89dd77 (patch)
tree355d2ffab6c975ecd6bd10b6e084ae388db20ca9 /ext
parent98e007d4a6d559b31b912b1f396492a8d7c59025 (diff)
downloadperl-1e2a0f0b335850099f95fa1c4512aa7b8b89dd77.tar.gz
POD nits
p4raw-id: //depot/perl@24928
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/Storable.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index 69e9f5139f..5a5eedc97c 100644
--- a/ext/Storable/Storable.pm
+++ b/ext/Storable/Storable.pm
@@ -707,8 +707,8 @@ system-level resources, such as singleton objects, database pools, caches
or memoized objects.
The alternative C<STORABLE_attach> method provides a solution for these
-shared objects. Instead of C<STORABLE_freeze> --E<GT> C<STORABLE_thaw>,
-you implement C<STORABLE_freeze> --E<GT> C<STORABLE_attach> instead.
+shared objects. Instead of C<STORABLE_freeze> --E<gt> C<STORABLE_thaw>,
+you implement C<STORABLE_freeze> --E<gt> C<STORABLE_attach> instead.
Arguments: I<class> is the class we are attaching to, I<cloning> is a flag
indicating whether we're in a dclone() or a regular de-serialization via