summaryrefslogtreecommitdiff
path: root/lib/filetest.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor pod issuesKarl Williamson2013-01-241-2/+2
| | | | | These were all uncovered by the new Pod::Checker, not yet in core. Fixing these will speed up debugging the new Checker.
* Change /etc/passed to /etc/passwd in filetest.pmMatt Kraai2007-12-071-1/+1
| | | | | Message-ID: <20071207090922.GC4190@ftbfs.org> p4raw-id: //depot/perl@32592
* Documentation patch on filetests, the filetest pragma, and theMark Overmeer2007-12-061-16/+62
| | | | | | | | special _ filehandle, largely based on : Subject: Re: [perl #46463] filetests sometimes do not set _ Message-ID: <20071130103820.GH12588@earth.overmeer.net> p4raw-id: //depot/perl@32587
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20688
* Extra tweakage from Rafael for #19392.Jarkko Hietaniemi2003-05-031-2/+2
| | | p4raw-id: //depot/perl@19393
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-1/+1
| | | p4raw-id: //depot/perl@18217
* improve 'atomicity' wordingHugo van der Sanden2002-10-221-1/+2
| | | p4raw-id: //depot/perl@18045
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-0/+2
| | | | | | | Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013
* make hints available via globals in the respective pragmas toGurusamy Sarathy2000-03-041-2/+4
| | | | | avoid duplicating the constants everywhere p4raw-id: //depot/perl@5527
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-1/+1
| | | p4raw-id: //depot/perl@5507
* eliminate dup hunk from integrationGurusamy Sarathy1998-11-271-1/+1
| | | p4raw-id: //depot/perl@2319
* C<-x>.Jarkko Hietaniemi1998-11-271-6/+7
| | | p4raw-id: //depot/cfgperl@2317
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-0/+65
for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889