summaryrefslogtreecommitdiff
path: root/lib/unicore
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-05-30 16:49:28 +0200
committerSteffen Mueller <smueller@cpan.org>2010-05-30 16:56:16 +0200
commit6c68572bb711304d008bc1439d541dd69fcde4e0 (patch)
tree53ef37cb560765dd4b641903ce8adf0ff1bedcb5 /lib/unicore
parentf998e60c2aa1b9879e2c7c365acd05c0799ae46a (diff)
downloadperl-6c68572bb711304d008bc1439d541dd69fcde4e0.tar.gz
Add comment about objaddr in mktables
Slightly modified to include the commit id by Steffen.
Diffstat (limited to 'lib/unicore')
-rw-r--r--lib/unicore/mktables3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index c774f824c1..376340b08c 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -12,6 +12,9 @@
# my $addr; { no overloading; $addr = 0+$self; }
# with
# my $addr = main::objaddr $self;
+# (or reverse commit 9b01bafde4b022706c3d6f947a0963f821b2e50b
+# that instituted this change.)
+
require 5.010_001;
use strict;
use warnings;