Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) hardcoded
[p5sagit/p5-mst-13.2.git] / t /
2009-10-19 Yves Orton revert to 5.8.x semantics for \s \w and \d
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
2009-10-16 Nicholas Clark Enable deprecation warnings by default.
2009-10-16 Nicholas Clark shift with barewords is deprecated, so this test from...
2009-10-16 Nicholas Clark push and pop on barewords are deprecated, so need no...
2009-10-16 Nicholas Clark Opening dirhandle DIR also as a file needs no warnings...
2009-10-16 Nicholas Clark defined @array and defined %hash need no warnings ...
2009-10-16 Nicholas Clark localisation of $[ is deprecated, so needs no warnings...
2009-10-16 Nicholas Clark :locked is deprecated, so use :lvalue instead.
2009-10-16 Nicholas Clark Tests for barewords and hash operators need no warnings...
2009-10-16 Nicholas Clark do subname() is deprecated, so tests for it need no...
2009-10-16 Nicholas Clark do subname() is deprecated, so update this hunk of...
2009-10-16 Nicholas Clark Bracket deprecated features with no warnings 'deprecated';
2009-10-16 Nicholas Clark do subname() is deprecated, so this test from perl...
2009-10-16 Nicholas Clark Move tests for $[ from comp/hints.t to op/array_base.t
2009-10-16 Nicholas Clark Move tests for $[ from comp/parser.t to op/array_base.t
2009-10-16 Nicholas Clark do subname() is deprecated, so this test from perl...
2009-10-16 Nicholas Clark Move the test for the deprecated feature <<; out of...
2009-10-16 Nicholas Clark Add no warnings 'deprecated' to a test that assigns...
2009-10-16 Craig A. Berry Make the watchdog create a valid command for spawning.
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-10-14 Sisyphus Patch t/win32/system.t for mingw32/64
2009-10-13 Jan Dubois The winsock select() implementation doesn't support...
2009-10-12 Geoffrey T. Dairiki overload no longer implicitly unsets fallback on repeat...
2009-10-12 Nicholas Clark Normalise 3 fatal pack/unpack error messages to "panic...
2009-10-11 Steve Hay Implement TODO support locally in t/comp/opsubs.t
2009-10-11 Steve Hay Fix failed() calls in t/comp
2009-10-11 Craig A. Berry No longer need to skip t/comp/opsubs.t #22 on VMS.
2009-10-11 Nicholas Clark porting/manifest.t now tests that all files listed...
2009-10-11 Nicholas Clark Default to running tests in cpan/ with relative paths...
2009-10-11 Nicholas Clark Run tests in ext/ and dist/ with relative paths for...
2009-10-11 Josh ben Jore Darwin's groups can have spaces in them
2009-10-10 Jesse Vincent Added a TODO test for RT#69332 - PerlIO returns undef...
2009-10-09 Nicholas Clark Make _quote_args() return a result, rather than passing...
2009-10-09 Nicholas Clark Avoid using ++, op= and anon hash constructors in the...
2009-10-09 Nicholas Clark Add a test for the bootstrap rules for tests in t/
2009-10-09 Nicholas Clark Don't use require in comp/fold.t, as require isn't...
2009-10-09 Nicholas Clark Give names to all tests in t/comp/fold.t
2009-10-09 Nicholas Clark Move the require './test.pl' to the end of t/comp/hints.t
2009-10-09 Nicholas Clark Don't use require in comp/multiline.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/opsubs.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/our.t, as require isn't teste...
2009-10-09 Nicholas Clark Don't use require in comp/parser.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas Clark Avoid relying on prototypes working for tests to pass...
2009-10-09 Nicholas Clark Don't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas Clark In opt(), use is(..., undef) rather than ok(!defined...
2009-10-09 Nicholas Clark Move the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas Clark Don't use require in comp/utf.t, as require isn't teste...
2009-10-09 Nicholas Clark Use require.t's bytes_to_utf() in place of PerlIO layer...
2009-10-09 Nicholas Clark Print the encoding name as part of the test, rather...
2009-10-09 Nicholas Clark Refactor bytes_to_utf16() into a more generic routine...
2009-10-09 Nicholas Clark Replace longhand invocations of test() with 3 nested...
2009-10-09 Nicholas Clark Test utf8 with BOMs, like we already test utf16be and...
2009-10-09 Nicholas Clark Move tests for use for "new style version numbers"...
2009-10-08 Nicholas Clark Move ...
2009-10-08 Nicholas Clark Move the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Rafael Garcia-Suarez Merge branch 'feature/package-name-version' into blead
2009-10-08 Nicholas Clark Avoid using bytes in require.t, as pack "C0U" does...
2009-10-08 Nicholas Clark Avoid using the strict pragma in retainedlines.t -...
2009-10-08 Nicholas Clark Avoid using the strict pragma in colon.t - use may...
2009-10-08 Nicholas Clark Avoid using pragmata in fold.t - use may not work yet.
2009-10-08 Nicholas Clark Avoid using pragmata in opsubs.t - use may not work...
2009-10-08 Nicholas Clark Avoid using the warnings pragma in proto.t - use may...
2009-10-08 Rafael Garcia-Suarez Properly return a syntax error instead of segfaulting...
2009-10-08 Nicholas Clark Move script.t from t/comp to t/run, as it's a test...
2009-10-07 Nicholas Clark Makefile and makefile only exist on case-sensitive...
2009-10-07 Max Maischein Remove BEGIN{}, use '..', part deux
2009-10-06 Rafael Garcia-Suarez Add tests for syntax errors in "package Name VERSION"
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-10-06 Nicholas Clark sort @files once, outside the loop.
2009-10-06 Nicholas Clark Standardise t/lib/*.t on ./test.pl, and remove BEGIN...
2009-10-06 Nicholas Clark Remove commented out reference to Test::More
2009-10-06 Nicholas Clark Standarise t/porting/*.t on ./test.pl, and remove BEGIN...
2009-10-06 Nicholas Clark Replace a hardcoded temporary file name with test.pl...
2009-10-06 Nicholas Clark Standardise t/uni/*.t on ./test.pl, and remove PERL_COR...
2009-10-06 Nicholas Clark Don't attempt UTF-8 cache assertion for SVs with invali...
2009-10-06 Jesse Vincent podcheck.t now uses MANIFEST to choose which files...
2009-10-06 Jesse Vincent We don't actually want to check .PL files
2009-10-06 Max Maischein Check POD in lib/, ext/ and pod/
2009-10-05 Max Maischein Remove :raw open mode from tests
2009-10-05 Yves Orton add tests to make sure the \s and [\s] match the same...
2009-10-03 Rafael Garcia-Suarez Change warning "Unicode character is illegal" to more...
2009-10-03 Rafael Garcia-Suarez Adapt test to accept local uncommitted changes
2009-10-02 Nicholas Clark Move Time::HiRes from ext/ to cpan/
2009-10-02 Nicholas Clark Move Test::Simple from ext/ to cpan/
2009-10-02 Nicholas Clark Move Pod::Simple from ext/ to cpan/
2009-10-02 Nicholas Clark Move Pod::Parser from ext/ to cpan/
2009-10-02 Nicholas Clark Move parent from ext/ to cpan/
2009-10-02 Nicholas Clark Move MIME::Base64 from ext/ to cpan/
2009-10-02 Nicholas Clark Move Math::BigRat from ext/ to cpan/
2009-10-02 Nicholas Clark Move Math::BigInt from ext/ to cpan/
2009-10-02 Nicholas Clark Move IO::Compress from ext/ to cpan/
2009-10-02 David Golden Make t/harness have non-zero exit if tests fail
2009-10-01 Nicholas Clark Move Compress::Raw::Zlib from ext/ to cpan/
2009-10-01 Nicholas Clark Move Compress::Raw::Bzip2 from ext/ to cpan/
2009-10-01 Nicholas Clark Move B::Debug from ext/ to cpan/
2009-10-01 Nicholas Clark Move t/pod/diag.t to t/porting, as it's really a code...
2009-09-30 Nicholas Clark Move 3 porting sanity tests from t/lib/ to t/porting...
2009-09-30 Nicholas Clark Move Unicode::Collate from ext/ to dist/
next