This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_06: lib/AutoLoader.pm
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Mon, 30 Sep 1996 04:54:37 +0000 (00:54 -0400)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 30 Sep 1996 04:54:37 +0000 (00:54 -0400)
commite14baed2d4b81bc0e4a34d42e726ea5b8c11fd7d
treee3f0c8fbafa17c52e366ed7ae88cbf0c6b564626
parentbf5b86ae2f8af4d8daece5777d77a067ab9cf194
perl 5.003_06: lib/AutoLoader.pm

Date: Mon Sep  9 09:29:44 1996
From: Gisle Aas <aas@bergen.sn.no>
Subject: Re: problem with 'die' and UserAgent

> This is a patch to the AutoLoader.pm (from 5.003) that fixes the problem:
This is a better patch (no need to test for /::DESTROY$/ twice):

Date: Mon, 30 Sep 1996 00:54:37 -0400
From: Spider Boardman <spider@Orb.Nashua.NH.US>

The test and patches for AutoLoader were also non-functional,
since the regexp context (curpm) was still being clobbered by the
filename manipulations:

Date: Sun, 06 Oct 1996 16:15:07 +0200
From: Gisle Aas <aas@bergen.sn.no>
Subject: Re: Can't locate auto/U/autosplit.ix

It would IMHO be much better if the AutoLoader exported the AUTOLOAD()
function.  With an exported AUTOLOAD() we would not have to inherit
from AutoLoader, and we would avoid these problems.

This patch tries to explain the behavior of AutoLoader instead by
updating its documentation.
lib/AutoLoader.pm