This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Nits in perldelta template
[perl5.git] / t / porting /
2010-01-12 H.Merijn BrandWith $PERL_UNICODE we still need to find utf8.pm
2009-12-19 Nicholas ClarkRun t/porting/diag.t from the top-level directory.
2009-11-30 Eric BrineFix -DPERL_NO_UTF16_FILTER
2009-11-15 Nicholas ClarkInline PL_no_symref into pp_entersub. Deprecate the...
2009-11-01 Ben MorrowDocumentation for the 'qr' overload.
2009-10-22 H.Merijn Brand../lib isn't valid after a chdir "..";
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-11 Nicholas Clarkporting/manifest.t now tests that all files listed...
2009-10-09 Nicholas ClarkAdd a test for the bootstrap rules for tests in t/
2009-10-07 Nicholas ClarkMakefile and makefile only exist on case-sensitive...
2009-10-07 Max MaischeinRemove BEGIN{}, use '..', part deux
2009-10-06 Nicholas Clarksort @files once, outside the loop.
2009-10-06 Nicholas ClarkStandarise t/porting/*.t on ./test.pl, and remove BEGIN...
2009-10-06 Jesse Vincentpodcheck.t now uses MANIFEST to choose which files...
2009-10-06 Jesse VincentWe don't actually want to check .PL files
2009-10-06 Max MaischeinCheck POD in lib/, ext/ and pod/
2009-10-05 Max MaischeinRemove :raw open mode from tests
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2009-10-01 Nicholas ClarkMove t/pod/diag.t to t/porting, as it's really a code...
2009-09-30 Nicholas ClarkMove 3 porting sanity tests from t/lib/ to t/porting...
2009-08-03 Jesse VincentFlipped checkcase.pl from a porting tool to an actual...