From: Karl Williamson Date: Sun, 30 May 2010 14:49:28 +0000 (+0200) Subject: Add comment about objaddr in mktables X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c68572bb711304d008bc1439d541dd69fcde4e0;p=p5sagit%2Fp5-mst-13.2.git Add comment about objaddr in mktables Slightly modified to include the commit id by Steffen. --- diff --git a/lib/unicore/mktables b/lib/unicore/mktables index c774f82..376340b 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;