summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add a test for mro::method_changed_in() and mro::invalidate_all_method_caches()Bram2009-07-241-1/+18
* This test is for [perl #60508] (it's in rt.perl.org; not in rt.cpan.org)Bram2009-07-241-2/+2
* This is a test for rt.cpan.org 60508 which I can't figure out where else to p...Michael G. Schwern2009-07-221-0/+40
* Make fresh_perl_is() strip newlines off the expected result just like it does...Michael G. Schwern2009-07-221-1/+6
* Teach goto how to cross given/when blocksVincent Pit2009-07-221-1/+51
* Remove !!! and ??? operatorsRafael Garcia-Suarez2009-07-221-29/+1
* Revert "Test that `use feature' doesn't leak a scalar during s///ee"Josh ben Jore2009-07-201-12/+0
* Test that `use feature' doesn't leak a scalar during s///eeJosh ben Jore2009-07-201-0/+12
* mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)Tony Cook2009-07-181-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
* h2ph: handle "#if defined SYMBOL" betterStepan Kasal2009-07-121-5/+5
* Wrong skip count in t/op/stash.tMichael G Schwern2009-07-121-1/+1
* [perl #61520] Segfault in debugger with tr// and UTF8David Mitchell2009-07-111-1/+17
* Avoid test failure on Linux when STDIN is /dev/nullGisle Aas2009-07-091-1/+2
* Make kill() fatal for non-numeric pidsDavid Golden2009-07-091-1/+15
* Fast enabling of strictures when version 5.11.0 is requiredRafael Garcia-Suarez2009-07-071-1/+10
* use strict by default if "use 5.011" is in effect!Steffen Mueller2009-07-072-2/+14
* upgrade to ExtUtils::MakeMaker 6.53_03David Mitchell2009-07-061-0/+5
* Regex fails when string is too longhv@crypt.org2009-07-061-1/+16
* update to Test::Simple 0.92David Mitchell2009-07-0617-17/+127
* Some bugs in Perl regexp (core Perl issues)hv@crypt.org2009-07-021-2/+2
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-012-11/+19
* Quiet t/op/stash.t outputJerry D. Hedden2009-06-301-3/+4
* Move module part of the base.pm test suite in base.pm's test directoryRafael Garcia-Suarez2009-06-281-6/+0
* Make stash.t redirect stderr.Craig A. Berry2009-06-271-0/+1
* Adjustments to t/pod/diag.tRafael Garcia-Suarez2009-06-271-3/+3
* Add support for TODO diag tests -- a list in DATA of error messages that are ...James Mastros2009-06-271-27/+252
* Add test to make sure everything that outputs an exception or warning has a m...James Mastros2009-06-271-0/+158
* One more regression test for RT #59734Vincent Pit2009-06-261-0/+1
* Update RExC_npar and after_freeze correctly after the first branch of a (?| ....Vincent Pit2009-06-261-0/+5
* Trim all trailing / from "." in @INC when filling %INCRafael Garcia-Suarez2009-06-251-1/+16
* Add tests for smart match overload fallbackRafael Garcia-Suarez2009-06-241-2/+31
* Fix for RT #52552.Robin Barker2009-06-231-1/+14
* Fix blead segfault on Cygwin for t/op/stash.tBen Morrow2009-06-231-20/+44
* Tests for deleting stash entries.Ben Morrow2009-06-211-4/+82
* Some more tests for \NRafael Garcia-Suarez2009-06-171-1/+8
* Implement new regex escape \NRafael Garcia-Suarez2009-06-161-0/+13
* sync t/pod/pod2usage2.t with CPAN (trivial whitespace change)David Mitchell2009-06-121-0/+1
* Some portability and clean-up for errno.t.Craig A. Berry2009-06-111-2/+13
* It's not necessary to hardcode skipping of benchmark tests in themRafael Garcia-Suarez2009-06-111-1/+0
* Add t/benchmark to tests run if $ENV{PERL_BENCHMARK} is setMax Maischein2009-06-112-0/+3
* Do not honor TMPDIR for anonymous temporary files when taintingRafael Garcia-Suarez2009-06-101-2/+2
* [perl #66452] TMPDIR not honored when opening an anonymous temporary fileNiko Tyni2009-06-101-1/+14
* Fix regression test for RT 63110 when running with PERL_UNICODE setRafael Garcia-Suarez2009-06-091-1/+2
* t/op/my_stash.t should use test.pl instead of Test.pmSteffen Mueller2009-06-081-3/+2
* fix RT 39060, errno incorrectly set in perlioStepan Kasal2009-06-081-0/+26
* Upgrade to MakeMaker 6.53_02Rafael Garcia-Suarez2009-06-082-2/+39