summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate Parse::CPAN::Meta 0.04 into coreSteffen Mueller2009-03-021-0/+77
* Make deprecate.pm work on VMS.Craig A. Berry2009-02-281-1/+2
* rewrote deprecate test using File::SpecRobin Barker2009-02-271-23/+31
* Remove spurious TODO indicatorsRafael Garcia-Suarez2009-02-261-1/+1
* test script for deprecate.pmRobin Barker2009-02-253-0/+93
* More smartmatch testsRafael Garcia-Suarez2009-02-211-3/+41
* Reorder and complete tests for smart matching with objectsRafael Garcia-Suarez2009-02-201-4/+8
* Fix {%hash} ~~ %hash testRafael Garcia-Suarez2009-02-201-2/+2
* Better diagnostics for the ~~ testRafael Garcia-Suarez2009-02-201-11/+14
* Tests for S_incpush_use_sep() splitting on : (or platform equivalent)Nicholas Clark2009-02-171-1/+47
* In runenv.t, break apart running perl and testing the output into two functions.Nicholas Clark2009-02-171-16/+20
* Get $ENV{PERL5LIB} into a known consistent state under TEST - delete it!Nicholas Clark2009-02-171-0/+1
* Use tempfile() in testsBram2009-02-163-8/+10
* Extra regex testsBram2009-02-162-1/+10
* More tests for coderefs and smart matchRafael Garcia-Suarez2009-02-141-1/+28
* Remove code that has never been used in any testRafael Garcia-Suarez2009-02-131-9/+0
* $object ~~ undef should always test for definednessRafael Garcia-Suarez2009-02-131-0/+2
* Add tests for undef smart-matchingRafael Garcia-Suarez2009-02-131-0/+2
* Remove obsolete comment; document test formatRafael Garcia-Suarez2009-02-131-4/+4
* More tests for array-ref smart matchRafael Garcia-Suarez2009-02-131-0/+4
* Remove one of the two definitions of the a_const contant subRafael Garcia-Suarez2009-02-131-2/+0
* Unigue test file names in t/lib/warnings/9enabledJerry D. Hedden2009-02-121-343/+343
* win32/ext doesn't exist any more, so no need to look there for testsSteve Hay2009-02-122-4/+2
* Skip tests for flattened extensions that weren't built.Steve Hay2009-02-122-1/+4
* Rename ext/XS/APItest to ext/XS-APItestNicholas Clark2009-02-091-1/+1
* Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find isNicholas Clark2009-02-094-0/+252
* Skip tests for flattened extensions that weren't built.Craig A. Berry2009-02-081-0/+3
* Add test for previous patch (deprecation of UNIVERSAL->import)Rafael Garcia-Suarez2009-02-071-1/+9
* Upgrade to Pod-Parser-1.37.Steve Hay2009-02-043-73/+80
* setpgrp() should extend the stack before modifying itNiko Tyni2009-02-041-0/+16