summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-073-2/+14
* Avoid "Constant subroutine ... redefined" warning, spotted by Jerry D. Hedden.Nicholas Clark2009-03-311-1/+1
* Allow when to be used as a statement modifierVincent Pit2009-03-281-1/+60
* Merge commit 'mauzo/over-X' into bleadRafael Garcia-Suarez2009-03-271-1/+100
|\
| * -ugk don't call string overload when S_IXXX isn't defined.unknown2009-03-261-2/+13
| * IO refs always stringify for -t, -T and -B.Ben Morrow2009-03-251-0/+4
| * Test -X overloads on GLOB and IO refs.Ben Morrow2009-03-251-1/+17
| * Test stacked overloaded -X.Ben Morrow2009-03-251-8/+10
| * More tests for -X/string/random overloading.Ben Morrow2009-03-251-6/+51
| * Adjust tests.Ben Morrow2009-03-251-2/+8
| * Tests for -X overloading.Ben Morrow2009-03-251-0/+15
* | fix smoke issues with the compression modulesPaul Marquess2009-03-252-11/+3
|/
* Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/tNicholas Clark2009-03-2564-1623/+0
* Fixes for ext/compressPaul Marquess2009-03-222-22/+3
* fix [RT #60034]. An equivalent fix was already in 5.8.9 as change 34580.David Mitchell2009-03-221-3/+0
* Upgrade to Module-Pluggable-3.9Steve Hay2009-03-194-0/+54
* Create IO-CompressPaul Marquess2009-03-154-15/+97
* Better test case for [perl #63854] Error parsing "[~"Ian Goodacre2009-03-141-5/+2
* Return OPERATOR('[') for '[' without falling through to case '~', avoiding mi...Ian Goodacre2009-03-141-1/+9
* Tests for floating point args to localtime and gmtimeJerry D. Hedden2009-03-131-1/+15
* Fix #56194 Regex: (((??{1 + $^N}))) behaves differently in 5.10.0 than in bleadBram2009-03-121-1/+217
* Update t/harness to reflect behaviour changes in TAP::Harness 3.16Nicholas Clark2009-03-081-1/+7
* Merge of autodie 1.999 into blead.Paul Fenwick2009-03-055-2/+168
* 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