From a418c3da0eee0107e6465f74417a9081fa5309d9 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 19 Jun 2011 11:03:01 +0200 Subject: [PATCH] Correct the magic table in perlguts.pod following f34d15629da26eee. Unfortunately this remains a manual step, as there's a strong distinction between (100%) generated files that we need to ship, which the regen scripts are allowed to wipe and replace, and any files subject to human editing, which they aren't. --- pod/perlguts.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlguts.pod b/pod/perlguts.pod index b32c01d..e99c051 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1061,8 +1061,8 @@ The current kinds of Magic Virtual Tables are: I PERL_MAGIC_isa vtbl_isa @ISA array i PERL_MAGIC_isaelem vtbl_isaelem @ISA array element k PERL_MAGIC_nkeys vtbl_nkeys scalar(keys()) lvalue - L PERL_MAGIC_dbfile vtbl_dbline Debugger %_