summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Print the encoding name as part of the test, rather than on a separate line.Nicholas Clark2009-10-091-3/+1
* Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8Nicholas Clark2009-10-091-8/+15
* Replace longhand invocations of test() with 3 nested loops.Nicholas Clark2009-10-091-19/+7
* Test utf8 with BOMs, like we already test utf16be and utf16le.Nicholas Clark2009-10-091-1/+4
* Move tests for use for "new style version numbers" to use.t from require.tNicholas Clark2009-10-092-10/+10
* Move &do_require to the top of require.t, so that @a is the first lexical.Nicholas Clark2009-10-081-7/+7
* Move the test for RT #49472 to op/attrs.t from comp/require.tNicholas Clark2009-10-082-16/+14
* Merge branch 'feature/package-name-version' into bleadRafael Garcia-Suarez2009-10-081-1/+34
|\
| * Add tests for syntax errors in "package Name VERSION"Rafael Garcia-Suarez2009-10-061-1/+15
| * Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-1/+20
* | Avoid using bytes in require.t, as pack "C0U" does what we need.Nicholas Clark2009-10-081-2/+1
* | Avoid using the strict pragma in retainedlines.t - use may not work yet.Nicholas Clark2009-10-081-3/+3
* | Avoid using the strict pragma in colon.t - use may not work yet.Nicholas Clark2009-10-081-6/+3
* | Avoid using pragmata in fold.t - use may not work yet.Nicholas Clark2009-10-081-8/+6
* | Avoid using pragmata in opsubs.t - use may not work yet.Nicholas Clark2009-10-081-11/+6
* | Avoid using the warnings pragma in proto.t - use may not work yet.Nicholas Clark2009-10-081-3/+15
* | Properly return a syntax error instead of segfaulting if each/keys/values is ...Rafael Garcia-Suarez2009-10-081-1/+7
* | Move script.t from t/comp to t/run, as it's a test for invoking perl.Nicholas Clark2009-10-081-0/+0
* | Makefile and makefile only exist on case-sensitive file systems, so allow them.Nicholas Clark2009-10-071-2/+4
* | Remove BEGIN{}, use '..', part deuxMax Maischein2009-10-072-16/+1
|/
* sort @files once, outside the loop.Nicholas Clark2009-10-061-1/+1
* Standardise t/lib/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-064-13/+14
* Remove commented out reference to Test::MoreNicholas Clark2009-10-061-1/+0
* Standarise t/porting/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-063-13/+16
* Replace a hardcoded temporary file name with test.pl's tempfile().Nicholas Clark2009-10-061-6/+1
* Standardise t/uni/*.t on ./test.pl, and remove PERL_CORE boilerplate.Nicholas Clark2009-10-069-45/+30
* Don't attempt UTF-8 cache assertion for SVs with invalid SvPVX() (eg overloaded)Nicholas Clark2009-10-061-1/+22
* podcheck.t now uses MANIFEST to choose which files it should checkJesse Vincent2009-10-051-14/+16
* We don't actually want to check .PL filesJesse Vincent2009-10-051-2/+2
* Check POD in lib/, ext/ and pod/Max Maischein2009-10-051-0/+85
* Remove :raw open mode from testsMax Maischein2009-10-051-2/+2
* add tests to make sure the \s and [\s] match the same thingYves Orton2009-10-052-0/+63
* Change warning "Unicode character is illegal" to more accurate descriptionRafael Garcia-Suarez2009-10-032-13/+13
* Adapt test to accept local uncommitted changesRafael Garcia-Suarez2009-10-031-1/+1
* Move Time::HiRes from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Test::Simple from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Pod::Simple from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Pod::Parser from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move parent from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move MIME::Base64 from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Math::BigRat from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Math::BigInt from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move IO::Compress from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Make t/harness have non-zero exit if tests failDavid Golden2009-10-011-2/+2
* Move Compress::Raw::Zlib from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
* Move Compress::Raw::Bzip2 from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
* Move B::Debug from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
* Move t/pod/diag.t to t/porting, as it's really a code consistency test.Nicholas Clark2009-10-013-2/+0
* Move 3 porting sanity tests from t/lib/ to t/porting/, a more natural home.Nicholas Clark2009-09-303-0/+0
* Move Unicode::Collate from ext/ to dist/Nicholas Clark2009-09-301-1/+1