summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Make []~~\&f and {}~~\&f matchRafael Garcia-Suarez2009-03-241-4/+4
| * | Fix tests for ~~ overloadingRafael Garcia-Suarez2009-03-241-29/+7
| * | Implement "~~ $scalar" for numbers and stringsRafael Garcia-Suarez2009-03-241-3/+5
| * | Make ~~ qr// non-commutativeRafael Garcia-Suarez2009-03-231-3/+4
| * | Refactoring work on '~~ @array' implementationRafael Garcia-Suarez2009-03-231-12/+13
| * | Add more tests with an empty hash on the right of ~~Rafael Garcia-Suarez2009-03-231-1/+7
| * | Smart match when a hash is on the RHSRafael Garcia-Suarez2009-03-181-5/+8
| * | Reverse the order of operands for several "~~ hash" testsRafael Garcia-Suarez2009-03-181-17/+17
| * | Remove obsolete or redundant testsRafael Garcia-Suarez2009-03-181-15/+4
| * | Document that empty sets don't smart-matchRafael Garcia-Suarez2009-03-171-4/+4
| * | Test that in "~~ sub", the sub is not called on empty hashes and arraysRafael Garcia-Suarez2009-03-171-0/+4
| * | Fix a warnings test that was failing due to smart match dispatch changesRafael Garcia-Suarez2009-03-171-1/+1
| * | Iterative smart match over keys/elements when a coderef is on the RHSRafael Garcia-Suarez2009-03-171-29/+41
| * | Make smart matching ~~ undef dispatch only on the RHSRafael Garcia-Suarez2009-03-132-8/+14
| * | Some tests reorgarnisation for ~~ against undef and objectsRafael Garcia-Suarez2009-03-121-74/+79
| * | Remove special case for coderefs with empty prototypes in smart matchRafael Garcia-Suarez2009-03-062-26/+11
| * | Make the "..." flip-flop operator work in scalar context in when()Rafael Garcia-Suarez2009-03-061-1/+12
| * | Remove TODO tests about && in when() clausesRafael Garcia-Suarez2009-03-041-64/+1
| * | Make // behave like || in when clausesRafael Garcia-Suarez2009-03-041-1/+11
* | | Allow typed arrays and hashesVincent Pit2009-05-111-2/+5
| |/ |/|
* | Fix SEGVs when cloning a typeglob that has been undefined. (RT #64954)Nicholas Clark2009-05-041-1/+6
* | Add tests for last and next in when()Rafael Garcia-Suarez2009-05-031-1/+43
* | t/test - Hack for VMS pipe bug.John E. Malmberg2009-05-011-0/+8
* | [PATCH] Allow PERL5OPT=-WMichael G Schwern2009-04-251-1/+10
* | Make time64 use NV for time_t, I32 for year, not Quad_t.Craig A. Berry2009-04-251-2/+3
* | [perl #56644] TODO was too severe. Only :unix :stdio were failingDavid Mitchell2009-04-251-4/+7
* | qr_gc.t is only TODO on 5.11.x+David Mitchell2009-04-231-1/+3
* | Squelch 'Constant subroutine ... undefined' warnings from .ph filesNiko Tyni2009-04-162-1/+7
* | Add tests to verify that h2ph output compiles and is warning freeNiko Tyni2009-04-162-9/+13