summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [patch] t/lib/warnings/pp_sysPaul Green2006-02-161-2/+2
* CPAN::FirstTime can go as well from the untested module listRafael Garcia-Suarez2006-02-161-1/+0
* Pod::Plainer is tested, actually (spotted by chromatic)Rafael Garcia-Suarez2006-02-161-1/+0
* One shouldn't be able to dereference a GLOB as a SCALAR.Yitzchak Scott-Thoennes2006-02-141-1/+13
* Skip new chdir warning test if fchdir is not availableRafael Garcia-Suarez2006-02-091-4/+14
* [perl #38464] chdir() on closed handles Peter Dintelmann2006-02-081-0/+19
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-2/+17
* Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)Nicholas Clark2006-02-071-1/+13
* Fix bug #38439 - reference to typeglob assignment needs to be basedNicholas Clark2006-02-061-1/+20
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-2/+1
* Code assumes that *FOO{SCALAR} will always return a scalar reference,Nicholas Clark2006-01-301-1/+14
* Now that change #26410 is reverted, mark as TODO the tests addedRafael Garcia-Suarez2006-01-231-7/+3
* Missing chunk in change #26926Rafael Garcia-Suarez2006-01-231-2/+1
* Change the regression test added by 26410 to use test.pl; this makesNicholas Clark2006-01-232-3/+37
* Change 26410 caused a regression, with the RVALUE return value ofNicholas Clark2006-01-181-2/+13
* Explain better how that test count works.Rafael Garcia-Suarez2006-01-181-3/+4
* New t/comp/require.t tests should go before the conditional exit.Nicholas Clark2006-01-181-9/+10
* Regression test for change #26881Rafael Garcia-Suarez2006-01-171-1/+10
* defined %foo::bar:: wasn't working like it used to do in evalsRafael Garcia-Suarez2006-01-161-1/+6
* Give up on through.t on VMS for now -- no can do with current Craig A. Berry2006-01-141-0/+4
* Adapt test.valgrind make target to recent valgrinds (3.x)Rafael Garcia-Suarez2006-01-141-1/+1
* Additional tests for RT #38207: "Useless localization of constant ($[)Steve Peters2006-01-131-1/+14
* Don't warn when localizing $[Rafael Garcia-Suarez2006-01-121-0/+1
* Compress::Zlib becomes zlib agnosticPaul Marquess2006-01-1013-23/+5161
* Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)Yitzchak Scott-Thoennes2006-01-091-0/+3
* RE: Failing tests on VMS blead@26652Paul Marquess2006-01-091-2/+2
* pod2usage2.t is not readily portable to VMS eitherCraig A. Berry2006-01-081-2/+2
* Don't code the absolute number of tests for the UTF8/EBCDIC case; muchNicholas Clark2006-01-061-1/+1
* Upgrade to version-0.52Steve Peters2006-01-061-8/+6
* 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
* Since we no longer autovivify stashes (change #26370), we needRafael Garcia-Suarez2006-01-021-1/+7
* Add a test for change 26547. (We no longer expect to see errors aboutNicholas Clark2005-12-311-1/+15
* Convert t/op/sleep.t to using test.plSteve Peters2005-12-301-1/+8
* Now that proxy subroutines can be unproxied in 2 places withoutNicholas Clark2005-12-231-2/+1
* like and unlike weren't reporting failure where correctly in test.plNicholas Clark2005-12-231-0/+1
* Regression tests for proxy subroutine glob assignment.Nicholas Clark2005-12-221-3/+91
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-17/+13
* Add documentation for method domainname() in Net::Domain. Add someSteve Peters2005-12-221-1/+0
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-215-15/+104
* Remove some hardcoded references to ./perl in testsRafael Garcia-Suarez2005-12-203-14/+10
* Croak if gv_init doesn't know how to create a typeglob from that typeNicholas Clark2005-12-201-3/+19
* [TEST PATCH] %^H can now propagate into evalRobin Houston2005-12-201-14/+18
* Verify that the code for initialising typeglobs from other types works.Nicholas Clark2005-12-201-1/+29
* [perl #8262] //g loops infinitely on tainted dataDave Mitchell2005-12-191-1/+15
* Missing file from last changeRafael Garcia-Suarez2005-12-191-0/+206
* latest switch/say/~~Robin Houston2005-12-198-1/+1293
* Un-TODO a fixed testYves Orton2005-12-191-1/+1
* TODO-SKIP tests must be "not ok", or else the test harness will thinkYves Orton2005-12-191-1/+1
* Two test workarounds for VMSCraig A. Berry2005-12-181-4/+4