summaryrefslogtreecommitdiff
path: root/t/run/switches.t
Commit message (Expand)AuthorAgeFilesLines
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-3/+3
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-1/+1
* Various tests: use centralized locale detectionKarl Williamson2015-11-201-4/+2
* minitest: miniperl on win32 always displays the x86 arch, so skip testing itTony Cook2015-01-061-7/+11
* Get t/run/switches.t working under minitestFather Chrysostomos2014-09-021-2/+5
* t/run/switches.t: Skip setlocale tests if !d_setlocaleJess Robinson2014-01-181-0/+2
* Get switches.t to pass under miniperlFather Chrysostomos2013-12-061-2/+4
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-2/+2
* syntax check a directory: set the test process locale tooTony Cook2013-01-221-0/+2
* further refinement to EISDIR tests from `perl dir`Ricardo Signes2013-01-181-3/+2
* in testing EISDIR string, check known value firstRicardo Signes2013-01-161-5/+6
* avoid having to worry whether the test runs in a localeRicardo Signes2013-01-151-0/+4
* expect a different error for `perl dir` on Win32Ricardo Signes2013-01-121-1/+5
* Add a test to detect error when attempting to syntax-check a directory.James E Keenan2013-01-121-1/+12
* warn on -i with no input files given [perl #113410]Jesse Luehrs2012-06-261-1/+21
* Test ‘Too late for -[Mm]’Father Chrysostomos2011-12-301-1/+5
* [perl #104288] Die with ‘Unrecognized switch’ on #! lineFather Chrysostomos2011-12-301-1/+15
* Replaced '1 while unlink' with 'unlink_all' in t/run/switches.tBrad Gilbert2010-12-081-2/+2
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-6/+6
* Change perl -v version formatDavid Golden2009-11-141-1/+3
* Adapt test to accept local uncommitted changesRafael Garcia-Suarez2009-10-031-1/+1
* Some of the TODOs in switches.t actually work on VMS.Craig A. Berry2009-07-181-0/+6
* use strict by default if "use 5.011" is in effect!Steffen Mueller2009-07-071-1/+6
* much better git related version numbering in our (*nix for now) build processYves Orton2008-12-311-2/+3
* f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switchNicholas Clark2008-12-201-1/+1
* Fix #30660: Repeated spaces on shebang line stops option parsingNicholas Clark2008-08-281-1/+17
* Convert all unimaginative (ie race condition) temporary file names to Nicholas Clark2008-08-081-18/+16
* Fix run/switches test on Win32Steve Hay2008-06-101-1/+1
* Handle PL_minus_E before PL_minus_{n,p}.Florian Ragwitz2008-05-111-1/+7
* for -M:Foo, extended and revisedRobin Barker2008-03-021-1/+29
* Note the U8 sized space created by removing -P, and check that it isNicholas Clark2008-01-111-2/+2
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-6/+1
* Test that all the unknown command line flags are unknown.Nicholas Clark2007-08-251-6/+8
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+1
* Move "DEVEL####" marker to the 'perl -v' output.Gisle Aas2006-01-061-1/+1
* Make '-s' on the shebang line able to parse -foo=bar switches again.Gisle Aas2006-01-061-3/+19
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-2/+25
* Oops, change 26326 broke t/run/switches.tGisle Aas2005-12-121-1/+1
* Same fix, for the test, now.Rafael Garcia-Suarez2005-06-201-1/+1
* Use $Config{_exe}.Jarkko Hietaniemi2003-09-141-2/+3
* Re: [PATCH 5.8.1 @20218] OS/2 APIIlya Zakharevich2003-09-141-1/+1
* Add test for -i.Jarkko Hietaniemi2003-08-311-2/+38
* Add tests for -h and (unknown) -z.Jarkko Hietaniemi2003-08-311-4/+24
* Add test for -v.Jarkko Hietaniemi2003-08-311-3/+22
* List the switches tested in switches.t.Jarkko Hietaniemi2003-08-311-1/+2
* Re: SPUG:-s option doesn't always work!Yitzchak Scott-Thoennes2003-06-051-3/+2
* Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)Abe Timmerman2002-10-171-1/+1
* The -0 command-line switch wasn't setting $/ at compile-time.Rafael Garcia-Suarez2002-10-121-1/+7
* Re: [PATCH] perl -V:Jarkko Hietaniemi2002-01-311-2/+33
* cleaner close on tests, take 2 Andreas König2001-12-291-3/+3