summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-06-021-2/+10
|\
| * More ~~ testsRafael Garcia-Suarez2009-06-011-2/+10
* | Merge branch 'eumm652' into bleadRafael Garcia-Suarez2009-06-025-4/+24
|\ \
| * | Upgrade to ExtUtils::MakeMaker 6.52Rafael Garcia-Suarez2009-06-015-4/+24
| |/
* | Add benchmark test for keys() on empty hashes (RT26188)Max Maischein2009-06-011-0/+91
* | Correct test output for t/op/eval.t (missing newline)Jerry D. Hedden2009-06-011-1/+1
|/
* Silence a warning emitted by test added by last commitRafael Garcia-Suarez2009-05-311-0/+1
* Add test case from RT#54758.George Greer2009-05-311-1/+5
* Merge branch 'memleaktest' into bleadRafael Garcia-Suarez2009-05-311-3/+13
|\
| * Add regression test for [RT#63110]Rafael Garcia-Suarez2009-05-311-3/+13
* | Document test structureBram2009-05-311-0/+10
* | Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character indexAlex Vandiver2009-05-301-1/+16
|/
* Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK checkAlex Vandiver2009-05-281-1/+7
* More tests for uninitialized warnings in rangesVincent Pit2009-05-261-12/+66
* Explicitely point to $. when it causes an uninitialized warning for ranges in...Vincent Pit2009-05-261-0/+23
* patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo} on VMS.John E. Malmberg2009-05-261-0/+5
* Skip tests that use attributes.pm under miniperlRafael Garcia-Suarez2009-05-252-2/+10
* Fix test if Fcntl couldn't be loaded (for example with miniperl)Rafael Garcia-Suarez2009-05-251-1/+4
* Skip under miniperl (cannot load Fcntl)Rafael Garcia-Suarez2009-05-251-3/+7
* Skip tests if PerlIO::scalar is not availableRafael Garcia-Suarez2009-05-251-1/+5
* Avoid using Test::More in given/when testsRafael Garcia-Suarez2009-05-251-2/+2
* Fix test for overload in given() with smart match after last changeRafael Garcia-Suarez2009-05-251-3/+3
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-05-241-5/+15
* In the ~~ implementation, consistently use the SV-aware API for hash keys.Rafael Garcia-Suarez2009-05-241-0/+9
* TODO must be on same line as message for TAP.Craig A. Berry2009-05-221-1/+1
* Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undefNicholas Clark2009-05-201-2/+26
* fix glob-assign for FORMATH.Merijn Brand2009-05-201-1/+4
* Convert t/op/magic.t to use test.plNicholas Clark2009-05-201-113/+98
* Tests for calls to Perl_croak() in the C source. Starting with "No such hook".Nicholas Clark2009-05-201-0/+20
* Upgrade to Parse::CPAN::Meta 1.38Steffen Mueller2009-05-171-1/+10
* tt is a reserved device name on VMSCraig A. Berry2009-05-161-9/+9
* Amelioration of the error message "Unrecognized character %s in column %d"Claes Jakobsson2009-05-141-1/+1
* Move autodie tests in lib/autodie/t, so they are picked up by t/harnessRafael Garcia-Suarez2009-05-1440-1544/+0
* do/require don't treat '.\foo' or '..\foo' as "absolute paths" on Windows.Christoph Lamprecht2009-05-131-1/+21
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-05-133-269/+312
|\
| * Enable more warnings in smart match testsRafael Garcia-Suarez2009-05-132-8/+10
| * Remove proposed (but unimplemented) $foo ~~ Range smart matching.Rafael Garcia-Suarez2009-05-122-3/+12
| * Implement Hash/Array ~~ Regex (with tests)Rafael Garcia-Suarez2009-05-091-16/+15
| * Add a test for object ~~ string, with stringification overloadRafael Garcia-Suarez2009-05-091-3/+5
| * Add tests for object ~~ regexpRafael Garcia-Suarez2009-05-091-1/+3
| * Treat blessed references on the left of C<~~> as scalarsRafael Garcia-Suarez2009-05-091-3/+3
| * Implement distributivity in $scalar ~~ @arrayRafael Garcia-Suarez2009-05-091-1/+14
| * Document what to do with object on the left and add some TODO tests for thatRafael Garcia-Suarez2009-05-081-0/+6
| * Make ~~ overloading only be invoked on the right argumentRafael Garcia-Suarez2009-05-082-11/+6
| * More tests for ~~Rafael Garcia-Suarez2009-05-081-19/+68
| * Rewrite tests for objects and ~~Rafael Garcia-Suarez2009-05-061-20/+24
| * Fix test for stringification of arrays.Rafael Garcia-Suarez2009-05-051-2/+4
| * Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-0587-1667/+835
| |\
| * | Add tests for @array ~~ $stringRafael Garcia-Suarez2009-05-051-0/+4
| * | More tests. Simplify tests for ~~ overloadingRafael Garcia-Suarez2009-03-241-10/+16