Allow -C on the #! line when it is identical to -C on the command line.
[p5sagit/p5-mst-13.2.git] / t /
2009-07-26 Father Chrysostomos Allow -C on the #! line when it is identical to -C...
2009-07-25 Bram Tests for commit 1375cf1cf2085f851bb176047d5e60248542f555
2009-07-24 Bram Add a test for mro::method_changed_in() and mro::invali...
2009-07-24 Bram This test is for [perl #60508] (it's in rt.perl.org...
2009-07-22 Michael G. Schwern This is a test for rt.cpan.org 60508 which I can't...
2009-07-22 Michael G. Schwern Make fresh_perl_is() strip newlines off the expected...
2009-07-22 Vincent Pit Teach goto how to cross given/when blocks
2009-07-22 Rafael Garcia-Suarez Remove !!! and ??? operators
2009-07-20 Josh ben Jore Revert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben Jore Test that `use feature' doesn't leak a scalar during...
2009-07-18 Tony Cook mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2009-07-18 Craig A. Berry Some of the TODOs in switches.t actually work on VMS.
2009-07-18 David Mitchell fix pod2usage2 test for all case-insensitive systems
2009-07-16 David Mitchell ExtUtils::MakeMaker 6.55_01
2009-07-13 Michael G. Schwern Clean up t/op/sort.t to constrain tests which use a...
2009-07-12 Stepan Kasal h2ph: handle "#if defined SYMBOL" better
2009-07-12 Michael G Schwern Wrong skip count in t/op/stash.t
2009-07-11 David Mitchell [perl #61520] Segfault in debugger with tr// and UTF8
2009-07-09 Gisle Aas Avoid test failure on Linux when STDIN is /dev/null
2009-07-09 David Golden Make kill() fatal for non-numeric pids
2009-07-07 Rafael Garcia-Suarez Fast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Mueller use strict by default if "use 5.011" is in effect!
2009-07-06 David Mitchell upgrade to ExtUtils::MakeMaker 6.53_03
2009-07-06 hv@crypt.org Regex fails when string is too long
2009-07-06 David Mitchell update to Test::Simple 0.92
2009-07-02 hv@crypt.org Some bugs in Perl regexp (core Perl issues)
2009-07-01 Rafael Garcia-Suarez Make C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-07-01 Jerry D. Hedden Quiet t/op/stash.t output
2009-06-28 Rafael Garcia-Suarez Move module part of the base.pm test suite in base...
2009-06-27 Craig A. Berry Make stash.t redirect stderr.
2009-06-27 Rafael Garcia-Suarez Adjustments to t/pod/diag.t
2009-06-27 James Mastros Add support for TODO diag tests -- a list in DATA of...
2009-06-27 James Mastros Add test to make sure everything that outputs an except...
2009-06-26 Vincent Pit One more regression test for RT #59734
2009-06-26 Vincent Pit Update RExC_npar and after_freeze correctly after the...
2009-06-25 Rafael Garcia-Suarez Trim all trailing / from "." in @INC when filling %INC
2009-06-24 Rafael Garcia-Suarez Add tests for smart match overload fallback
2009-06-23 Robin Barker Fix for RT #52552.
2009-06-23 Ben Morrow Fix blead segfault on Cygwin for t/op/stash.t
2009-06-21 Ben Morrow Tests for deleting stash entries.
2009-06-17 Rafael Garcia-Suarez Some more tests for \N
2009-06-16 Rafael Garcia-Suarez Implement new regex escape \N
2009-06-12 David Mitchell sync t/pod/pod2usage2.t with CPAN (trivial whitespace...
2009-06-11 Craig A. Berry Some portability and clean-up for errno.t.
2009-06-11 Rafael Garcia-Suarez It's not necessary to hardcode skipping of benchmark...
2009-06-11 Max Maischein Add t/benchmark to tests run if $ENV{PERL_BENCHMARK...
2009-06-10 Rafael Garcia-Suarez Do not honor TMPDIR for anonymous temporary files when...
2009-06-10 Niko Tyni [perl #66452] TMPDIR not honored when opening an anonym...
2009-06-09 Rafael Garcia-Suarez Fix regression test for RT 63110 when running with...
2009-06-08 Steffen Mueller t/op/my_stash.t should use test.pl instead of Test.pm
2009-06-08 Stepan Kasal fix RT 39060, errno incorrectly set in perlio
2009-06-08 Rafael Garcia-Suarez Upgrade to MakeMaker 6.53_02
2009-06-06 David Mitchell sync a bunch of files with Test::Simple 0.86
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2009-06-04 Nicholas Clark Assuming that $SIG{PIPE} is not set can be bogus when...
2009-06-02 Rafael Garcia-Suarez Merge branch 'smartmatch' into blead
2009-06-02 Rafael Garcia-Suarez Merge branch 'eumm652' into blead
2009-06-01 Max Maischein Add benchmark test for keys() on empty hashes (RT26188)
2009-06-01 Jerry D. Hedden Correct test output for t/op/eval.t (missing newline)
2009-06-01 Rafael Garcia-Suarez More ~~ tests
2009-06-01 Rafael Garcia-Suarez Upgrade to ExtUtils::MakeMaker 6.52
2009-05-31 Rafael Garcia-Suarez Silence a warning emitted by test added by last commit
2009-05-31 George Greer Add test case from RT#54758.
2009-05-31 Rafael Garcia-Suarez Merge branch 'memleaktest' into blead
2009-05-31 Rafael Garcia-Suarez Add regression test for [RT#63110]
2009-05-31 Bram Document test structure
2009-05-30 Alex Vandiver Fix [RT#6266] -- sv_pos_u2b expects to be called with...
2009-05-28 Alex Vandiver Fix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-26 Vincent Pit More tests for uninitialized warnings in ranges
2009-05-26 Vincent Pit Explicitely point to $. when it causes an uninitialized...
2009-05-26 John E. Malmberg patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}...
2009-05-25 Rafael Garcia-Suarez Skip tests that use attributes.pm under miniperl
2009-05-25 Rafael Garcia-Suarez Fix test if Fcntl couldn't be loaded (for example with...
2009-05-25 Rafael Garcia-Suarez Skip under miniperl (cannot load Fcntl)
2009-05-25 Rafael Garcia-Suarez Skip tests if PerlIO::scalar is not available
2009-05-25 Rafael Garcia-Suarez Avoid using Test::More in given/when tests
2009-05-24 Rafael Garcia-Suarez Fix test for overload in given() with smart match after...
2009-05-24 Rafael Garcia-Suarez Allow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-Suarez In the ~~ implementation, consistently use the SV-aware...
2009-05-22 Craig A. Berry TODO must be on same line as message for TAP.
2009-05-20 Nicholas Clark Perl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 H.Merijn Brand fix glob-assign for FORMAT
2009-05-20 Nicholas Clark Convert t/op/magic.t to use test.pl
2009-05-20 Nicholas Clark Tests for calls to Perl_croak() in the C source. Starti...
2009-05-17 Steffen Mueller Upgrade to Parse::CPAN::Meta 1.38
2009-05-16 Craig A. Berry tt is a reserved device name on VMS
2009-05-14 Claes Jakobsson Amelioration of the error message "Unrecognized charact...
2009-05-14 Rafael Garcia-Suarez Move autodie tests in lib/autodie/t, so they are picked...
2009-05-13 Christoph Lamprecht do/require don't treat '.\foo' or '..\foo' as "absolute...
2009-05-13 Rafael Garcia-Suarez Merge branch 'smartmatch' into blead
2009-05-13 Rafael Garcia-Suarez Enable more warnings in smart match tests
2009-05-12 Rafael Garcia-Suarez Remove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Vincent Pit Allow typed arrays and hashes
2009-05-09 Rafael Garcia-Suarez Implement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia-Suarez Add a test for object ~~ string, with stringification...
2009-05-09 Rafael Garcia-Suarez Add tests for object ~~ regexp
2009-05-09 Rafael Garcia-Suarez Treat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia-Suarez Implement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia-Suarez Document what to do with object on the left and add...
2009-05-08 Rafael Garcia-Suarez Make ~~ overloading only be invoked on the right argument
next