p5sagit/p5-mst-13.2.git
2009-10-11 Nicholas Clark Exclude CGI/t/fast.t from the core, as it relies on...
2009-10-11 Nicholas Clark Correct the name of subtest.t, added in 2c4d5b9bac4cc261
2009-10-11 Nicholas Clark Correct the listed names of the two files uudecoded...
2009-10-11 Josh ben Jore Darwin's groups can have spaces in them
2009-10-11 Steve Hay Fix Test-Simple's new 00compile.t test in core
2009-10-11 Steve Hay Add Test-Simple's MANIFEST file
2009-10-11 Steve Hay Remove test boilerpates from ExtUtils-CBuilder tests
2009-10-11 Steve Hay Correct MANIFEST, broken by Test-Simple upgrade
2009-10-11 Steve Hay Upgrade to Test-Simple-0.94
2009-10-11 Steve Hay Upgrade to Storable-2.21
2009-10-11 Steve Hay Upgrade to Pod-Simple-3.08
2009-10-11 Steve Hay Sync Pod-Simple test scripts with CPAN versions
2009-10-11 Steve Hay Upgrade to Parse-CPAN-Meta-1.40
2009-10-11 Steve Hay Upgrade to ExtUtils-Manifest-1.57
2009-10-11 Steve Hay Upgrade to ExtUtils-CBuilder-0.260301
2009-10-11 Steve Hay Sync ExtUtils-CBuilder test scripts with CPAN versions
2009-10-11 Steve Hay Upgrade to CGI.pm-3.48
2009-10-11 Steve Hay Replace UU encoded files in CGI with their binary originals
2009-10-11 Steve Hay Move CGI's Changes file to its proper place
2009-10-10 Jesse Vincent Applied a patch from David Fifield to fix an error...
2009-10-10 Jesse Vincent Added a TODO test for RT#69332 - PerlIO returns undef...
2009-10-10 Simon 'corecode... [perl #69686] Fix DragonFly thread lib selection
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 Refactoring tests to use test.pl is a TODO.
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 Jesse Vincent Record that Ask and Steve Hay have volunteered to be...
2009-10-09 Steve Hay Add missing IO-Compress test file
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-09 Jesse Vincent Slightly clean up the release manager guide by specifyi...
2009-10-09 Jesse Vincent Document that blead is released by a member of the...
2009-10-09 Jesse Vincent Update the release manager guide to clean up the taggin...
2009-10-08 Craig A. Berry MakeMaker testing in core runs from one level deeper...
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... Disable strictures while setting $VERSION in a "package...
2009-10-08 Rafael Garcia... Merge branch 'feature/package-name-version' into blead
2009-10-08 Rafael Garcia... Documentation typo
2009-10-08 Rafael Garcia... Simplify code that sets $VERSION on the "package" line
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... Restore MAD handling of package statements
2009-10-08 Rafael Garcia... Let tell() report warnings on unopened filehandles
2009-10-08 Rafael Garcia... Make tell() fail properly if called without an argument...
2009-10-08 Rafael Garcia... Properly return a syntax error instead of segfaulting...
2009-10-08 Chris Williams Updated Object-Accessor to CPAN version 0.36
2009-10-08 Nicholas Clark Move script.t from t/comp to t/run, as it's a test...
2009-10-07 Chris Williams CPAN::YACSmoke has been deprecated and minismokebox...
2009-10-07 Nicholas Clark Add Porting/release_schedule.pod to MANIFEST.
2009-10-07 Nicholas Clark Fix Pod errors spotted by podcheck.t
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... Add tests for syntax errors in "package Name VERSION"
2009-10-06 David Golden Expand on cookbook todo
2009-10-06 David Golden Add perltodo: write an XS cookbook
2009-10-06 Jesse Vincent Porting/checkAUTHORS.pl now runs clean
2009-10-06 Jesse Vincent Further clean up checkAUTHORS.pl output (fixing encoded...
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 more pod cleanups based on the new podcheck.t
2009-10-06 Jesse Vincent A number of pod fixes found by podcheck.t
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 Alex Vandiver Note the one mistake in perl.git's history, and the...
2009-10-05 Eric Brine Adding ikegami to AUTHORS
2009-10-05 David Golden Explain using git send-email for patches
2009-10-05 David Golden Update ExtUtils::ParseXS to 2.21
2009-10-05 Nicholas Clark In Perl_moreswitches(), merge 2 string constants in...
2009-10-05 Nicholas Clark $^O is initalised to OSNAME, so no need to return the...
2009-10-05 Nicholas Clark Move initialising PL_osname from S_init_predump_symbols...
2009-10-05 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
next