perl 5.003_06: lib/Symbol.pm
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Fri, 20 Sep 1996 14:08:33 +0000 (15:08 +0100)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Fri, 20 Sep 1996 14:08:33 +0000 (15:08 +0100)
commit7c584b3313a7851a594fef241fac27f0a4e4bbce
tree3cbfe5ccb38feb569c830ef4f292b4fae8a543eb
parentdf76f08a516b9dffbe3a228618a7a70f1393e5fc
perl 5.003_06: lib/Symbol.pm

Date: Fri, 20 Sep 1996 12:38:14 +0200
From: Gisle Aas <aas@bergen.sn.no>
Subject: Symbol.pm clobbers $_ at startup

  perl -le 'BEGIN {$_="foo";} use Symbol; print qualify($_)'

I don't understand why the module want to initialize %global from
<DATA> in the first place.  Perhaps we want to apply this patch
instead.

Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST)
From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk>
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.
lib/Symbol.pm