summaryrefslogtreecommitdiff
path: root/lib/Symbol.pm
Commit message (Collapse)AuthorAgeFilesLines
* New subroutine Symbol::qualify_to_ref()Chip Salzenberg1997-03-091-1/+14
| | | | (this is the same change as commit 578b087ab63db59886b8f9a1e8bebc8524523fa5, but as applied)
* In Symbol::gensym, don't make glob fake by copying itJohn Hughes1997-02-041-2/+8
|
* perl 5.003_06: lib/Symbol.pmPerl 5 Porters1996-09-201-17/+2
| | | | | | | | | | | | | | | | | | | 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.
* perl 5.003_03: lib/Symbol.pmPerl 5 Porters1996-04-261-1/+1
| | | | | | | Put back in the BEGIN { require 5.002; }. The version in 5.003_02 wouldn't work in 5.002 anyway. Further, the whole point of the construct is to catch 5.001m, so we can't use syntax introduced after 5.001m to do that.
* Incorporate new "use <version>" syntaxPerl 5 Porters1996-07-071-1/+1
|
* perl 5.003: lib/Symbol.pmPerl 5 Porters1996-06-241-1/+1
| | | | | Do Perl version check at compile time, so that user gets a clear error message instead of syntax errors during compilation
* Accept old (') and new (::) package delimitersPerl 5 Porters1996-03-171-1/+1
|
* DATA filehandle not closed in Symbol.pmAndreas Koenig1996-02-081-0/+1
|
* perl5.002beta3Perl 5 Porters1996-02-021-0/+99
[editor's note: no patch file was found for this release, so no fine-grained changes] I can't find the password for our ftp server, so I had to drop it into ftp://ftp.sems.com/pub/incoming/perl5.002b3.tar.gz, which is a drop directory you can't ls. The current plan is that Andy is gonna whack on this a little more, and then release a gamma in a few days when he's happy with it. So don't get carried away. This is now *late* beta. In other words, have less than the appropriate amount of fun. :-) Larry