diff options
author | 2006-04-01 21:02:16 +0000 | |
---|---|---|
committer | 2006-04-01 21:02:16 +0000 | |
commit | 5e944e3e8e0078f5ed0956d41afc6285581ef827 (patch) | |
tree | 161acb0253f37e5c214add8a25418b8486447aef | |
parent | fix some bugs that lint discovered for us. (diff) | |
download | wireguard-openbsd-5e944e3e8e0078f5ed0956d41afc6285581ef827.tar.xz wireguard-openbsd-5e944e3e8e0078f5ed0956d41afc6285581ef827.zip |
Fix typo; E<GT> -> E<gt>. From jmc@
-rw-r--r-- | gnu/usr.bin/perl/ext/Storable/Storable.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/ext/Storable/Storable.pm b/gnu/usr.bin/perl/ext/Storable/Storable.pm index 69e9f5139f2..5a5eedc97c8 100644 --- a/gnu/usr.bin/perl/ext/Storable/Storable.pm +++ b/gnu/usr.bin/perl/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 |