| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't use require in comp/multiline.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -6/+43 |
* | Don't use require in comp/opsubs.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -2/+61 |
* | Don't use require in comp/our.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -6/+21 |
* | Don't use require in comp/parser.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -10/+53 |
* | Don't use require in comp/retainedlines.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -4/+36 |
* | Avoid relying on prototypes working for tests to pass. They aren't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -8/+7 |
* | Don't use require in comp/uproto.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -5/+45 |
* | In opt(), use is(..., undef) rather than ok(!defined ...) | Nicholas Clark | 2009-10-09 | 1 | -1/+5 |
* | Move the test for require 5.11.0 not loading strictures to require.t from use.t | Nicholas Clark | 2009-10-09 | 2 | -5/+8 |
* | Don't use require in comp/utf.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -5/+11 |
* | Record that Ask and Steve Hay have volunteered to be releng victims | Jesse Vincent | 2009-10-09 | 1 | -0/+5 |
* | Add missing IO-Compress test file | Steve Hay | 2009-10-09 | 3 | -7/+1194 |
* | Use require.t's bytes_to_utf() in place of PerlIO layers in utf.t | Nicholas Clark | 2009-10-09 | 1 | -24/+16 |
* | 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 |
* | Slightly clean up the release manager guide by specifying an "End here for SN... | Jesse Vincent | 2009-10-09 | 1 | -25/+12 |
* | Document that blead is released by a member of the sucker-of-the-month club. | Jesse Vincent | 2009-10-09 | 1 | -1/+3 |
* | Update the release manager guide to clean up the tagging instructions | Jesse Vincent | 2009-10-08 | 1 | -6/+10 |
* | MakeMaker testing in core runs from one level deeper than before. | Craig A. Berry | 2009-10-08 | 1 | -1/+1 |
* | 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 |
* | Disable strictures while setting $VERSION in a "package" statement | Rafael Garcia-Suarez | 2009-10-08 | 1 | -0/+3 |
* | Merge branch 'feature/package-name-version' into blead | Rafael Garcia-Suarez | 2009-10-08 | 11 | -722/+786 |
|\ |
|
| * | Simplify code that sets $VERSION on the "package" line | Rafael Garcia-Suarez | 2009-10-08 | 1 | -4/+1 |
| * | Restore MAD handling of package statements | Rafael Garcia-Suarez | 2009-10-08 | 3 | -149/+154 |
| * | 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 | 11 | -727/+775 |
* | | Documentation typo | Rafael Garcia-Suarez | 2009-10-08 | 1 | -1/+1 |
* | | 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 |
* | | Let tell() report warnings on unopened filehandles | Rafael Garcia-Suarez | 2009-10-08 | 1 | -1/+1 |
* | | Make tell() fail properly if called without an argument and when no previous ... | Rafael Garcia-Suarez | 2009-10-08 | 1 | -0/+6 |
* | | Properly return a syntax error instead of segfaulting if each/keys/values is ... | Rafael Garcia-Suarez | 2009-10-08 | 2 | -13/+21 |
* | | Updated Object-Accessor to CPAN version 0.36 | Chris Williams | 2009-10-08 | 2 | -3/+3 |
* | | Move script.t from t/comp to t/run, as it's a test for invoking perl. | Nicholas Clark | 2009-10-08 | 2 | -1/+1 |
* | | CPAN::YACSmoke has been deprecated and minismokebox is a much more robust CPA... | Chris Williams | 2009-10-07 | 1 | -2/+2 |
* | | Add Porting/release_schedule.pod to MANIFEST. | Nicholas Clark | 2009-10-07 | 1 | -0/+1 |
* | | Fix Pod errors spotted by podcheck.t | Nicholas Clark | 2009-10-07 | 1 | -2/+2 |
* | | 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 |
* | | Expand on cookbook todo | David Golden | 2009-10-06 | 1 | -0/+10 |
* | | Add perltodo: write an XS cookbook | David Golden | 2009-10-06 | 1 | -0/+8 |
* | | Porting/checkAUTHORS.pl now runs clean | Jesse Vincent | 2009-10-06 | 2 | -5/+8 |