summaryrefslogtreecommitdiff
path: root/lib/SelfLoader.pm
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to SelfLoader 1.17.Nicholas Clark2008-10-241-3/+3
| | | p4raw-id: //depot/perl@34573
* Tiny SelfLoader patch for better warningsSteffen Mueller2008-08-041-2/+3
| | | | | | Message-ID: <20080802153839.9538.qmail@lists.develooper.com> Date: Sat, 02 Aug 2008 17:38:39 +0200 p4raw-id: //depot/perl@34170
* Upgrade to SelfLoader-1.15Steve Peters2008-01-281-1/+1
| | | p4raw-id: //depot/perl@33097
* Upgrade to SelfLoader 1.13_03Rafael Garcia-Suarez2008-01-041-15/+103
| | | p4raw-id: //depot/perl@32830
* Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutineSteffen Müller2007-12-201-2/+2
| | | | | Message-ID: <4767A7CB.5030607@sneakemail.com> p4raw-id: //depot/perl@32665
* Disable the strict pragma before eval'ing selfloaded code.Rafael Garcia-Suarez2007-02-271-1/+5
| | | p4raw-id: //depot/perl@30418
* - Use the same regexp as in change #30395 to parse subroutineRafael Garcia-Suarez2007-02-251-15/+29
| | | | | | | | declarations - Make SelfLoader strict-compliant - Constant fold debug code out p4raw-link: @30395 on //depot/perl: 91798d18643cb4539dc3cf0a83f879bbe84d17c2 p4raw-id: //depot/perl@30396
* Fix to test failures caused by change #29606 when PERLIO=stdio.Steve Peters2006-12-311-4/+6
| | | | | | | Based on suggestions from Ilya Zakharevich in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html p4raw-link: @29606 on //depot/perl: add1a1a3c3dc28dd49272f4754cfc04acae28e3b p4raw-id: //depot/perl@29646
* SelfLoader after fork()Ilya Zakharevich2006-12-211-0/+5
| | | | | Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29606
* Patch for bug in SelfLoader.pmMike Schilli2006-11-081-2/+2
| | | | | Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com> p4raw-id: //depot/perl@29228
* Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered ↵Adriano Ferreira2006-08-251-2/+4
| | | | | | | | by require From: "Adriano Ferreira" <a.r.ferreira@gmail.com> Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com> p4raw-id: //depot/perl@28758
* do just-in-time loading of Carp.pm in some modulesTels2005-07-021-3/+3
| | | | | | | | | Subject: [PATCH] No Carp #4 AutoSplit.pm Subject: [PATCH] no Carp #5 (File::Path) Subject: [PATCH] no Carp #7 - charnames.pm Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp) Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm p4raw-id: //depot/perl@25052
* One more VERSION bump.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20692
* Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:Jarkko Hietaniemi2003-08-091-3/+5
| | | | | | | | | Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8. which was on old bug unearthed by the change #20559. Basically, qr// + (??{$lexical}) combination is very, VERY broken. Workaround is not to use lexicals. p4raw-link: @20559 on //depot/perl: 2740392c45d51e34cd904b51afcc00544a78cf82 p4raw-id: //depot/perl@20578
* Bump up version numbers.Jarkko Hietaniemi2001-09-161-1/+1
| | | | | | | | | | | TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
* more for Devel::SelfStubberNicholas Clark2001-04-261-2/+12
| | | | | Message-ID: <20010427001351.K88186@plum.flirble.org> p4raw-id: //depot/perl@9872
* SelfLoader can lose $@ in AUTOLOAD() (from Nicholas ClarkGurusamy Sarathy2000-06-011-1/+4
| | | | | <nick@ccl4.org>) p4raw-id: //depot/perl@6183
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-2/+2
| | | p4raw-id: //depot/perl@5507
* /(?p{})/ changed to /(??{})/, per Larry's suggestion (fromGurusamy Sarathy2000-03-031-1/+1
| | | | | Simon Cozens <simon@othersideofthe.earth.li>) p4raw-id: //depot/perl@5467
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-2/+2
| | | | | and C<my $foo : a : b : c> are all valid (from Spider Boardman) p4raw-id: //depot/perl@4907
* sub : attrlistSpider Boardman1999-08-291-2/+8
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043
* decrease memory footprint of standard modulesIlya Zakharevich1999-07-271-2/+5
| | | | | Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3794
* CPAN update (CPAN-1.44_54) from Andreas andAbigail1999-01-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jumbo doc patch from Abigail. To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST) Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST) Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST) Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST) Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST) Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST) Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST) Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST) Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST) Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST) Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...) Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST) Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST) Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com> From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST) Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com> p4raw-id: //depot/cfgperl@2665
* [5.004_71] Patch: let CPAN.pm work with threaded perlAndreas König1998-07-121-1/+3
| | | | | Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de> p4raw-id: //depot/perl@1449
* SelfLoader: fix prototype pattern, rename intrusive lexicalJesse Glick1997-04-271-9/+10
| | | | Signed-off-by: Jesse Glick <jesse@ginger>
* Make libs clean under '-w'Jarkko Hietaniemi1997-01-041-1/+1
|
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-201-2/+2
| | | | | Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules.
* Update docsPerl 5 Porters1996-07-101-62/+69
|
* This is patch.2b1g to perl5.002beta1.Andy Dougherty1995-12-211-0/+1
| | | | | | | | | | | | | | | cd to your perl source directory, and type patch -p1 -N < patch.2b1g This patch is just my packaging of Tom's documentation patches he released as patch.2b1g. Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042
* This is patch.2b1c to perl5.002beta1. This patch includesAndy Dougherty1995-12-021-0/+284
lib/SelfLoader, version 1.06, and lib/Devel/SelfStubber, version 1.01. These versions include prototype support. This is simply re-posting these library modules. I have also updated MANIFEST to include them. Nothing else is included. cd to your perl source directory and type patch -p1 -N < patch.2b1c Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042