Change 15193 by ams@lustre on 2002/03/12 05:55:07
Subject: [PATCH: pod/perlguts.pod] get magic typo
From: Dave Mitchell <[EMAIL PROTECTED]>
Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/pod/perlguts.pod#105 edit
Differences ...
==== //depot/perl/pod/perlguts.pod#105 (text) ====
Index: perl/pod/perlguts.pod
--- perl/pod/perlguts.pod.~1~ Mon Mar 11 23:00:06 2002
+++ perl/pod/perlguts.pod Mon Mar 11 23:00:06 2002
@@ -886,7 +886,7 @@
Function pointer Action taken
---------------- ------------
- svt_get Do something after the value of the SV is retrieved.
+ svt_get Do something before the value of the SV is retrieved.
svt_set Do something after the SV is assigned a value.
svt_len Report on the SV's length.
svt_clear Clear something the SV represents.
End of Patch.