summaryrefslogtreecommitdiff
path: root/lib/SelfLoader.pm
Commit message (Collapse)AuthorAgeFilesLines
* Integrate:Nicholas Clark2008-01-291-15/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32652] Upgrade to File-Temp-0.19 [ 32657] Fix a File::Temp test to deal with new Test::More changes. [ 32665] Subject: Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutine From: Steffen Mueller <l2ot9pa02@sneakemail.com> Date: Tue, 18 Dec 2007 11:58:19 +0100 Message-ID: <4767A7CB.5030607@sneakemail.com> [ 32666] Correct the test count in lib/File/Temp/t/lock.t I guess that it was skipped in rather too many places, so no-one noticed. [ 32735] Upgrade to File-Temp-0.20 [ 32787] Upgrade to AutoLoader-5.64 [ 32800] Upgrade to constant-1.15 [ 32814] Upgrade to Net-Ping-2.34 [ 32829] Move the SelfLoader test files in their own subdirectory [ 32830] Upgrade to SelfLoader 1.13_03 [ 32871] Subject: Re: Smoke [5.11.0] 32864 FAIL(F) MSWin32 Win2003 SP2 (x86/1 cpu) From: Abe Timmerman <abe@ztreet.demon.nl> Date: Sun, 06 Jan 2008 12:24:10 +0100 Message-ID: <4780BA5A.80202@ztreet.demon.nl> Skip lib/File/Temp/t/fork.t when there is no fork. [ 32885] Subject: [PATCH] Cleanup File::Temp test file (revised) From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Fri, 4 Jan 2008 12:39:35 -0500 Message-ID: <1ff86f510801040939t560c459dm6b780ab3dc5cc6c3@mail.gmail.com> [ 32903] Subject: [PATCH] AutoLoader: Remove AutoLoader::can From: Steffen Mueller <l2ot9pa02@sneakemail.com> Date: Fri, 30 Nov 2007 23:02:03 +0100 Message-ID: <20071130220203.26939.qmail@lists.develooper.com> [ 33097] Upgrade to SelfLoader-1.15 [ 33098] Upgrade to Archive-Extract-0.26 [ 33099] Upgrade to Tie-RefHash-1.38 p4raw-link: @33099 on //depot/perl: 74175ec19875e69f93e52047b759e03b473638b8 p4raw-link: @33098 on //depot/perl: 8d2ac73b584b87e4bad5d63be12427d699364853 p4raw-link: @33097 on //depot/perl: b75eac34e2a299e58c22cff8f1e90b518e8af178 p4raw-link: @32903 on //depot/perl: 536daee00bd7944e598743396417656c3a6557b3 p4raw-link: @32885 on //depot/perl: 8725a05e43ef1f7a09400aa94832e01177df6059 p4raw-link: @32871 on //depot/perl: 00bfa1c17dfe43993c5f80f5019f11c8cfeb534a p4raw-link: @32830 on //depot/perl: 0a8174e120529e019d11628f9f09602f36c035ca p4raw-link: @32829 on //depot/perl: e4594d660ccfacc30d873d9cfc645abb4f26b9df p4raw-link: @32814 on //depot/perl: 09cae46f2f335675e85e10dbf61e95eeb6e56052 p4raw-link: @32800 on //depot/perl: 13e592d26647394079c61bb6e516c8e42802bf31 p4raw-link: @32787 on //depot/perl: 7a7524138a5c397ce82248e4a513d11be63af864 p4raw-link: @32735 on //depot/perl: a784fd7c04b5b7c80f2ffe634e5f2d348fbbad13 p4raw-link: @32666 on //depot/perl: 84a943b5b5fa4dfd9c368d1e3e5e07993fe24992 p4raw-link: @32665 on //depot/perl: 1163f0e44f6a46cda7ec19270939fa383e5709cd p4raw-link: @32657 on //depot/perl: 8fda732ba35b09fe6fd97b1463e2008d5752e71d p4raw-link: @32652 on //depot/perl: b0ad0448d7544a13783e055ccadcd950d6b847a1 p4raw-id: //depot/maint-5.10/perl@33113 p4raw-branched: from //depot/perl@33112 'branch in' lib/Archive/Extract/t/src/x.lzma.packed lib/AutoLoader/t/02AutoSplit.t lib/File/Temp/t/lock.t (@32666..) lib/AutoLoader/t/01AutoLoader.t (@32787..) lib/SelfLoader/t/02SelfLoader-buggy.t (@32829..) lib/SelfLoader/t/01SelfLoader.t (@32830..) p4raw-deleted: from //depot/perl@33112 'delete in' lib/AutoSplit.t (@25610..) lib/AutoLoader.t (@29750..) lib/SelfLoader-buggy.t (@31604..) p4raw-integrated: from //depot/perl@33112 'copy in' lib/File/Temp/t/object.t (@24068..) lib/File/Temp/t/seekable.t (@28755..) lib/AutoSplit.pm (@30824..) lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t (@31166..) lib/Net/Ping.pm (@31845..) lib/Archive/Extract.pm lib/Archive/Extract/t/01_Archive-Extract.t (@31928..) lib/constant.pm lib/constant.t (@32338..) lib/Net/Ping/t/510_ping_udp.t (@32428..) lib/AutoLoader.pm (@32787..) p4raw-branched: from //depot/perl@32885 'branch in' lib/File/Temp/t/fork.t (@32871..) p4raw-integrated: from //depot/perl@32830 'ignore' lib/SelfLoader.pm (@32665..) p4raw-integrated: from //depot/perl@32829 'edit in' MANIFEST (@32827..) p4raw-integrated: from //depot/perl@32735 'copy in' lib/File/Temp.pm (@32652..)
* 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