summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Prevent premature hsplit() calls, and only trigger REHASH after hsplit()Yves Orton2013-02-131-3/+17
* Suppress system messages when op/ref.t calls die on VMS.Craig A. Berry2009-08-161-3/+4
* Revert "Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword"David Mitchell2009-08-111-15/+0
* Revert "The TODO tests of change 33876 were actually fixed by change 33874."David Mitchell2009-08-111-2/+2
* ExtUtils::MakeMaker 6.55_02David Mitchell2009-08-051-1/+1
* WIFEXITED() cygwin regressionReini Urban2009-08-041-1/+1
* Sort MANIFEST using PerlJerry D. Hedden2009-08-031-21/+13
* Avoid shelling out to an external sort to verify that MANIFEST is sorted.Nicholas Clark2009-08-031-6/+21
* Add MANIFEST sort testJerry D. Hedden2009-08-031-7/+8
* Add a test to verify that the MANIFEST file is well-formed.Nicholas Clark2009-08-031-0/+44
* backout test part of 4ba71d51f7 for nowDavid Mitchell2009-07-271-5/+1
* fix vim highlighting problemYves Orton2009-07-271-1/+1
* Allow -C on the #! line when it is identical to -C on the command line.Father Chrysostomos2009-07-261-1/+5
* mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)Tony Cook2009-07-191-1/+16
* Some of the TODOs in switches.t actually work on VMS.Craig A. Berry2009-07-181-0/+6
* fix pod2usage2 test for all case-insensitive systemsDavid Mitchell2009-07-181-2/+3
* ExtUtils::MakeMaker 6.55_01David Mitchell2009-07-161-3/+3
* Clean up t/op/sort.t to constrain tests which use a particular package.Michael G. Schwern2009-07-131-163/+156
* [perl #61520] Segfault in debugger with tr// and UTF8David Mitchell2009-07-131-1/+17
* Avoid test failure on Linux when STDIN is /dev/nullGisle Aas2009-07-101-1/+2
* Regex fails when string is too longhv@crypt.org2009-07-071-1/+16
* upgrade to ExtUtils::MakeMaker 6.53_03David Mitchell2009-07-071-0/+5
* Upgrade to MakeMaker 6.53_02Rafael Garcia-Suarez2009-07-072-2/+39
* Upgrade to ExtUtils::MakeMaker 6.52Rafael Garcia-Suarez2009-07-075-4/+24
* update to Test::Simple 0.92David Mitchell2009-07-0717-17/+127
* Some bugs in Perl regexp (core Perl issues)hv@crypt.org2009-07-031-2/+2
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-032-11/+19
* Move module part of the base.pm test suite in base.pm's test directoryRafael Garcia-Suarez2009-06-301-6/+0
* One more regression test for RT #59734Vincent Pit2009-06-271-0/+1
* Add tests for smart match overload fallbackRafael Garcia-Suarez2009-06-271-2/+31
* Update RExC_npar and after_freeze correctly after the first branch of a (?| ....Vincent Pit2009-06-271-0/+5
* Fix for RT #52552.Robin Barker2009-06-261-1/+14
* cherry-picking of 8267ab25ca messed up taint.tDavid Mitchell2009-06-261-15/+15
* sync t/pod/pod2usage2.t with CPAN (trivial whitespace change)David Mitchell2009-06-121-0/+1
* Fix regression test for RT 63110 when running with PERL_UNICODE setRafael Garcia-Suarez2009-06-121-1/+2
* t/op/my_stash.t should use test.pl instead of Test.pmSteffen Mueller2009-06-121-3/+2
* sync a bunch of files with Test::Simple 0.86David Mitchell2009-06-1016-16/+16
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-10148-0/+0
* More ~~ testsRafael Garcia-Suarez2009-06-101-2/+10
* Correct test output for t/op/eval.t (missing newline)Jerry D. Hedden2009-06-101-1/+1
* Silence a warning emitted by test added by last commitRafael Garcia-Suarez2009-06-101-0/+1
* Add test case from RT#54758.George Greer2009-06-101-1/+5
* Document test structureBram2009-06-101-0/+10
* Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character indexAlex Vandiver2009-06-101-2/+16
* add placeholder tests for rejected change 53f65a9ef4David Mitchell2009-06-101-1/+7
* Add regression test for [RT#63110]Rafael Garcia-Suarez2009-06-101-3/+13
* Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK checkAlex Vandiver2009-06-101-1/+7
* Avoid using Test::More in given/when testsRafael Garcia-Suarez2009-06-101-2/+2
* Fix test for overload in given() with smart match after last changeRafael Garcia-Suarez2009-06-101-3/+3
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-06-101-5/+15