This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the magic table in perlguts.pod following f34d15629da26eee.
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Jun 2011 09:03:01 +0000 (11:03 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 19 Jun 2011 09:03:01 +0000 (11:03 +0200)
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

index b32c01d..e99c051 100644 (file)
@@ -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 %_<filename
-    l  PERL_MAGIC_dbline         (none)          Debugger %_<filename element
+    L  PERL_MAGIC_dbfile         (none)          Debugger %_<filename
+    l  PERL_MAGIC_dbline         vtbl_dbline     Debugger %_<filename element
     N  PERL_MAGIC_shared         (none)          Shared between threads
     n  PERL_MAGIC_shared_scalar  (none)          Shared between threads
     o  PERL_MAGIC_collxfrm       vtbl_collxfrm   Locale transformation