POD nits
Rafael Garcia-Suarez [Tue, 21 Jun 2005 15:27:37 +0000 (15:27 +0000)]
p4raw-id: //depot/perl@24928

ext/Storable/Storable.pm

index 69e9f51..5a5eedc 100644 (file)
@@ -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