Allow a closing brace after an "use VERSION"
[p5sagit/p5-mst-13.2.git] / t /
2009-09-10 Nicholas Clark Move ExtUtils::MakeMaker from lib to ext.
2009-09-08 Rafael Garcia-Suarez Remove code specific to MacOS Classic from core tests
2009-09-07 Chris Williams Move Parse::CPAN::Meta from lib/ to ext/
2009-09-07 Rafael Garcia-Suarez Make Encode tests work with $PERL_CORE in the environment
2009-09-06 Zefram Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR...
2009-09-05 Nicholas Clark Set @INC to ../lib if we're running in t, else modules...
2009-09-05 Karl Williamson Output failures in an always printable form
2009-09-04 Rafael Garcia-Suarez Replace system by print in strictures/parsing regressio...
2009-09-02 Yves Orton de-TODO a regexp test that was probably fixed with...
2009-09-02 Yves Orton set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and...
2009-09-01 Vincent Pit _run_test() doesn't need to conform to TAP::Harness...
2009-09-01 Vincent Pit Fix include path for utf8 tests
2009-09-01 Vincent Pit Don't use the anonymous hash reference constructor...
2009-08-31 Vincent Pit Adapt harness to the new TEST infrastructure
2009-08-31 Vincent Pit Don't quote -T/-t in _scan_test()
2009-08-31 Vincent Pit Put the chdir logic into the two new helpers _before_fo...
2009-08-31 Vincent Pit Forge the test command to execute in a new _cmd() subro...
2009-08-31 Vincent Pit Move more test options discovery from _run_test() to...
2009-08-31 Nicholas Clark Move Pod::Plainer from lib to ext
2009-08-30 Nicholas Clark Move Filter::Simple from lib to ext
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Attribute...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from I18N::Langi...
2009-08-30 Rafael Garcia-Suarez Fix Safe tests under PERL_CORE and make safeops.t run...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from DynaLoader...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Data::Dumpe...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas Clark Break out B::Debug into its own directory in ext.
2009-08-30 David Nicol Document better what is allowed as regex delimiters
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Storable...
2009-08-30 Nicholas Clark Move TestInit.pm to the top level of the distribution...
2009-08-30 Nicholas Clark TestInit now also sets up the CWD and @INC for tests...
2009-08-30 Nicholas Clark Tidy up comments.
2009-08-30 Nicholas Clark As well as PERL5LIB, remove PERLLIB and PERL5OPT from...
2009-08-30 Steve Hay Fix typo in TestInit and revert workaround.
2009-08-29 Nicholas Clark Use ../../perl instead of ../../t/perl on Win32, as...
2009-08-28 Craig A. Berry Use ../../t/perl rather than ../../perl, as the latter...
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-08-27 Nicholas Clark Don't use t/TEST to test a "read only file", repeatedly...
2009-08-27 Nicholas Clark t/harness and t/TEST can both use the same _run_test...
2009-08-27 Nicholas Clark Share common code in t/TEST and t/harness, by having...
2009-08-26 Chip Salzenberg In C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Nicholas Clark No need to use File::Spec, as all names remain internal...
2009-08-26 Nicholas Clark Break out the code that finds tests in MANIFEST into...
2009-08-26 Nicholas Clark %OVER was removed in October 2001 with 6ff868ee and...
2009-08-26 Nicholas Clark t/TEST shouldn't use -M options until we've tested...
2009-08-26 Nicholas Clark Ensure $ENV{PERL_CORE} is always set, but correctly...
2009-08-25 Nicholas Clark abd39864 broke t/harness when $ENV{TEST_JOBS} was not...
2009-08-25 Michael G. Schwern Refactor t/harness to always use TAP::Harness.
2009-08-25 Michael G. Schwern Document the purpose of TestInit
2009-08-25 Michael G. Schwern Refactoring to consoldate some hard coded paths.
2009-08-25 Michael G. Schwern There's no reason to load TestInit in TEST.
2009-08-25 Michael G. Schwern Quote "strict"->import and "warnings"->import to quiet...
2009-08-25 Michael G. Schwern Refactor the code to run the test into _run_test()
2009-08-25 Michael G. Schwern Refactoring to move the code to read the test for speci...
2009-08-25 Michael G. Schwern This is reading the first line of the test, not running it.
2009-08-25 Nicholas Clark Run t/run/*.t before t/cmd/*.t, making the order base...
2009-08-25 Nicholas Clark Remove File::Spec from t/TEST - VMS is fine without...
2009-08-25 Bo Borgerson String with NULL auto-increment bug fix
2009-08-24 Rafael Garcia-Suarez Merge commit 'shlomif/blead' into blead
2009-08-23 Rafael Garcia-Suarez Fix parsing of readline(FH) [perl #68458]
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-20 Nicholas Clark Instead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas Clark Optimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 Nicholas Clark Optimise S_mro_get_linear_isa_dfs() when dealing with...
2009-08-16 Craig A. Berry Skip maintainers.t on VMS.
2009-08-15 Craig A. Berry Suppress system messages when op/ref.t calls die on...
2009-08-13 Nicholas Clark Mark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven Rezic Added a failing test for a bareword parsing regression...
2009-08-11 Max Maischein Restore t/harness path checks on Win32
2009-08-09 Shlomi Fish Add a regression test for RT #68182.
2009-08-09 Nicholas Clark Run the main tests "slowest first" by ordering the...
2009-08-09 Nicholas Clark Inline _seq_dir_rules(), as it is now used in only...
2009-08-08 Nicholas Clark Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-07 Father Chrysostomos [perl #68108] : also fix if/else constant folding
2009-08-05 David Mitchell ExtUtils::MakeMaker 6.55_02
2009-08-04 Vincent Pit Promote blocks resulting from constant folding to first...
2009-08-04 Reini Urban WIFEXITED() cygwin regression
2009-08-03 Jesse Vincent Removed vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse Vincent Remove the port to MiNT. It's a dead platform that...
2009-08-03 Jesse Vincent Add the new "porting" test directory to the test harness
2009-08-03 Jesse Vincent Flipped checkcase.pl from a porting tool to an actual...
2009-08-03 Jesse Vincent Clean up the new maintainers.t to be a bit more sensibl...
2009-07-31 Jesse Vincent made the manicheck actions (previously releng) into...
2009-07-30 Jerry D. Hedden Sort MANIFEST using Perl
2009-07-29 Nicholas Clark Avoid shelling out to an external sort to verify that...
2009-07-29 Vincent Pit Merge branch 'deletelocal' into blead
2009-07-29 Jerry D. Hedden Add MANIFEST sort test
2009-07-29 Nicholas Clark Add a test to verify that the MANIFEST file is well...
2009-07-29 Rafael Garcia-Suarez Forbid labels with keyword names
2009-07-29 Rafael Garcia-Suarez Make test pass with -t
2009-07-27 Vincent Pit Really check that sysread(I, $x, 1, -4) dies with ...
2009-07-27 Vincent Pit Port t/op/sysio.t to test.pl
2009-07-27 Rafael Garcia-Suarez Make test pass with miniperl
2009-07-27 Rafael Garcia-Suarez Make test pass with miniperl
2009-07-27 Rafael Garcia-Suarez Replace Test::More by test.pl
2009-07-27 Vincent Pit Regression test for [perl #67912]
2009-07-27 Nicholas Clark Avoid using embedded newlines in the "one"liners passed...
2009-07-26 George Greer much better swap logic to support reentrancy and fix...
next