| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Print the encoding name as part of the test, rather than on a separate line. | Nicholas Clark | 2009-10-09 | 1 | -3/+1 |
* | Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8 | Nicholas Clark | 2009-10-09 | 1 | -8/+15 |
* | Replace longhand invocations of test() with 3 nested loops. | Nicholas Clark | 2009-10-09 | 1 | -19/+7 |
* | Test utf8 with BOMs, like we already test utf16be and utf16le. | Nicholas Clark | 2009-10-09 | 1 | -1/+4 |
* | Move tests for use for "new style version numbers" to use.t from require.t | Nicholas Clark | 2009-10-09 | 2 | -10/+10 |
* | Move &do_require to the top of require.t, so that @a is the first lexical. | Nicholas Clark | 2009-10-08 | 1 | -7/+7 |
* | Move the test for RT #49472 to op/attrs.t from comp/require.t | Nicholas Clark | 2009-10-08 | 2 | -16/+14 |
* | Merge branch 'feature/package-name-version' into blead | Rafael Garcia-Suarez | 2009-10-08 | 1 | -1/+34 |
|\ |
|
| * | Add tests for syntax errors in "package Name VERSION" | Rafael Garcia-Suarez | 2009-10-06 | 1 | -1/+15 |
| * | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -1/+20 |
* | | Avoid using bytes in require.t, as pack "C0U" does what we need. | Nicholas Clark | 2009-10-08 | 1 | -2/+1 |
* | | Avoid using the strict pragma in retainedlines.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -3/+3 |
* | | Avoid using the strict pragma in colon.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -6/+3 |
* | | Avoid using pragmata in fold.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -8/+6 |
* | | Avoid using pragmata in opsubs.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -11/+6 |
* | | Avoid using the warnings pragma in proto.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -3/+15 |
* | | Properly return a syntax error instead of segfaulting if each/keys/values is ... | Rafael Garcia-Suarez | 2009-10-08 | 1 | -1/+7 |
* | | Move script.t from t/comp to t/run, as it's a test for invoking perl. | Nicholas Clark | 2009-10-08 | 1 | -0/+0 |
* | | Makefile and makefile only exist on case-sensitive file systems, so allow them. | Nicholas Clark | 2009-10-07 | 1 | -2/+4 |
* | | Remove BEGIN{}, use '..', part deux | Max Maischein | 2009-10-07 | 2 | -16/+1 |
|/ |
|
* | sort @files once, outside the loop. | Nicholas Clark | 2009-10-06 | 1 | -1/+1 |
* | Standardise t/lib/*.t on ./test.pl, and remove BEGIN boilerplate. | Nicholas Clark | 2009-10-06 | 4 | -13/+14 |
* | Remove commented out reference to Test::More | Nicholas Clark | 2009-10-06 | 1 | -1/+0 |
* | Standarise t/porting/*.t on ./test.pl, and remove BEGIN boilerplate. | Nicholas Clark | 2009-10-06 | 3 | -13/+16 |
* | Replace a hardcoded temporary file name with test.pl's tempfile(). | Nicholas Clark | 2009-10-06 | 1 | -6/+1 |
* | Standardise t/uni/*.t on ./test.pl, and remove PERL_CORE boilerplate. | Nicholas Clark | 2009-10-06 | 9 | -45/+30 |
* | Don't attempt UTF-8 cache assertion for SVs with invalid SvPVX() (eg overloaded) | Nicholas Clark | 2009-10-06 | 1 | -1/+22 |
* | podcheck.t now uses MANIFEST to choose which files it should check | Jesse Vincent | 2009-10-05 | 1 | -14/+16 |
* | We don't actually want to check .PL files | Jesse Vincent | 2009-10-05 | 1 | -2/+2 |
* | Check POD in lib/, ext/ and pod/ | Max Maischein | 2009-10-05 | 1 | -0/+85 |
* | Remove :raw open mode from tests | Max Maischein | 2009-10-05 | 1 | -2/+2 |
* | add tests to make sure the \s and [\s] match the same thing | Yves Orton | 2009-10-05 | 2 | -0/+63 |
* | Change warning "Unicode character is illegal" to more accurate description | Rafael Garcia-Suarez | 2009-10-03 | 2 | -13/+13 |
* | Adapt test to accept local uncommitted changes | Rafael Garcia-Suarez | 2009-10-03 | 1 | -1/+1 |
* | Move Time::HiRes from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Test::Simple from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Pod::Simple from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Pod::Parser from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move parent from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move MIME::Base64 from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Math::BigRat from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Math::BigInt from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move IO::Compress from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Make t/harness have non-zero exit if tests fail | David Golden | 2009-10-01 | 1 | -2/+2 |
* | Move Compress::Raw::Zlib from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move Compress::Raw::Bzip2 from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move B::Debug from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move t/pod/diag.t to t/porting, as it's really a code consistency test. | Nicholas Clark | 2009-10-01 | 3 | -2/+0 |
* | Move 3 porting sanity tests from t/lib/ to t/porting/, a more natural home. | Nicholas Clark | 2009-09-30 | 3 | -0/+0 |
* | Move Unicode::Collate from ext/ to dist/ | Nicholas Clark | 2009-09-30 | 1 | -1/+1 |