summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use require in comp/multiline.t, as require isn't tested yet.Nicholas Clark2009-10-091-6/+43
* Don't use require in comp/opsubs.t, as require isn't tested yet.Nicholas Clark2009-10-091-2/+61
* Don't use require in comp/our.t, as require isn't tested yet.Nicholas Clark2009-10-091-6/+21
* Don't use require in comp/parser.t, as require isn't tested yet.Nicholas Clark2009-10-091-10/+53
* Don't use require in comp/retainedlines.t, as require isn't tested yet.Nicholas Clark2009-10-091-4/+36
* Avoid relying on prototypes working for tests to pass. They aren't tested yet.Nicholas Clark2009-10-091-8/+7
* Don't use require in comp/uproto.t, as require isn't tested yet.Nicholas Clark2009-10-091-5/+45
* In opt(), use is(..., undef) rather than ok(!defined ...)Nicholas Clark2009-10-091-1/+5
* Move the test for require 5.11.0 not loading strictures to require.t from use.tNicholas Clark2009-10-092-5/+8
* Don't use require in comp/utf.t, as require isn't tested yet.Nicholas Clark2009-10-091-5/+11
* Record that Ask and Steve Hay have volunteered to be releng victimsJesse Vincent2009-10-091-0/+5
* Add missing IO-Compress test fileSteve Hay2009-10-093-7/+1194
* Use require.t's bytes_to_utf() in place of PerlIO layers in utf.tNicholas Clark2009-10-091-24/+16
* 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
* Slightly clean up the release manager guide by specifying an "End here for SN...Jesse Vincent2009-10-091-25/+12
* Document that blead is released by a member of the sucker-of-the-month club.Jesse Vincent2009-10-091-1/+3
* Update the release manager guide to clean up the tagging instructionsJesse Vincent2009-10-081-6/+10
* MakeMaker testing in core runs from one level deeper than before.Craig A. Berry2009-10-081-1/+1
* 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
* Disable strictures while setting $VERSION in a "package" statementRafael Garcia-Suarez2009-10-081-0/+3
* Merge branch 'feature/package-name-version' into bleadRafael Garcia-Suarez2009-10-0811-722/+786
|\
| * Simplify code that sets $VERSION on the "package" lineRafael Garcia-Suarez2009-10-081-4/+1
| * Restore MAD handling of package statementsRafael Garcia-Suarez2009-10-083-149/+154
| * Add tests for syntax errors in "package Name VERSION"Rafael Garcia-Suarez2009-10-061-1/+15
| * Add 'package NAME VERSION' syntaxDavid Golden2009-10-0611-727/+775
* | Documentation typoRafael Garcia-Suarez2009-10-081-1/+1
* | 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
* | Let tell() report warnings on unopened filehandlesRafael Garcia-Suarez2009-10-081-1/+1
* | Make tell() fail properly if called without an argument and when no previous ...Rafael Garcia-Suarez2009-10-081-0/+6
* | Properly return a syntax error instead of segfaulting if each/keys/values is ...Rafael Garcia-Suarez2009-10-082-13/+21
* | Updated Object-Accessor to CPAN version 0.36Chris Williams2009-10-082-3/+3
* | Move script.t from t/comp to t/run, as it's a test for invoking perl.Nicholas Clark2009-10-082-1/+1
* | CPAN::YACSmoke has been deprecated and minismokebox is a much more robust CPA...Chris Williams2009-10-071-2/+2
* | Add Porting/release_schedule.pod to MANIFEST.Nicholas Clark2009-10-071-0/+1
* | Fix Pod errors spotted by podcheck.tNicholas Clark2009-10-071-2/+2
* | 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
* | Expand on cookbook todoDavid Golden2009-10-061-0/+10
* | Add perltodo: write an XS cookbookDavid Golden2009-10-061-0/+8
* | Porting/checkAUTHORS.pl now runs cleanJesse Vincent2009-10-062-5/+8