From: Perl 5 Porters Date: Fri, 20 Sep 1996 14:08:33 +0000 (+0100) Subject: perl 5.003_06: ext/Opcode/Opcode.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a57407b1288d76f6c818932590e11ca30c87d6f;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_06: ext/Opcode/Opcode.pm Date: Fri, 20 Sep 1996 12:59:21 +0200 From: Gisle Aas Subject: Re: Symbol.pm clobbers $_ at startup The same kind of problem seem to be present in Opcode.pm: Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) From: "Joseph S. Myers" Subject: Pod typos, pod2man bugs, and miscellaneous installation comments Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules. --- diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 1714c48..1675d46 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -53,6 +53,7 @@ sub _init_optags { my(%all, %seen); @all{opset_to_ops(full_opset)} = (); # keys only + local($_); local($/) = "\n=cut"; # skip to optags definition section ; $/ = "\n="; # now read in 'pod section' chunks @@ -558,7 +559,7 @@ Originally designed and implemented by Malcolm Beattie, mbeattie@sable.ox.ac.uk as part of Safe version 1. Split out from Safe module version 1, named opcode tags and other -changes added by Tim Bunce . +changes added by Tim Bunce EFE. =cut