summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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