Fix MM doc's use of "SUPER::"
authorJim Avera <avera@hal.com>
Tue, 1 Apr 1997 22:35:26 +0000 (14:35 -0800)
committerChip Salzenberg <chip@atlantic.net>
Tue, 1 Apr 1997 00:01:35 +0000 (12:01 +1200)
commitacce7d4e04d89207299003c3e80c69d50bc82069
treed076ce4dd08c6c925e18c77434cd48d566a04c93
parentbbc6b0c70abf7d94d76d42e14766d95f09208cc9
Fix MM doc's use of "SUPER::"

Chip Salzenberg <chip@atlantic.net> wrote:
] According to Jim Avera:
] > Was there any resolution of the problem using SUPER:: with MakeMaker?
]
] Yes.  Don't say "sub MY::foo {}"; say "package MY; sub foo {}".
] The current package is important for proper operation of SUPER::.

Thanks for your help.  I appreciate it.
Here is a patch to fix the documentation (in 5.003_95).

p5p-msgid: 9704012235.AA07841@membrane.hal.com
19 files changed:
doio.c
ext/POSIX/POSIX.pm
installperl
lib/Benchmark.pm
lib/CPAN.pm
lib/CPAN/FirstTime.pm
lib/ExtUtils/Embed.pm
lib/ExtUtils/MakeMaker.pm
lib/ExtUtils/Manifest.pm
lib/File/Basename.pm
lib/constant.pm
perl.c
pod/pod2man.PL
pp_ctl.c
pp_sys.c
scope.h
sv.h
t/lib/basename.t
toke.c