p5sagit/p5-mst-13.2.git
2009-10-12 Nicholas Clark Re-order a conditional with ckWARN() last, as it is...
2009-10-12 Steve Hay version's t/survey_locales is not in core so mark it...
2009-10-12 Nicholas Clark deprecate_old() is not public, and only used within...
2009-10-12 Nicholas Clark In Perl_ckwarn(), simplify the check of isLEXWARN_on...
2009-10-12 Rafael Garcia... Don't install filter-util.pl
2009-10-11 Steve Hay Implement TODO support locally in t/comp/opsubs.t
2009-10-11 Steve Hay Fix failed() calls in t/comp
2009-10-11 Craig A. Berry Try for smarter (more portable) skip criteria in Encode...
2009-10-11 Craig A. Berry No longer need to skip t/comp/opsubs.t #22 on VMS.
2009-10-11 Nicholas Clark porting/manifest.t now tests that all files listed...
2009-10-11 Nicholas Clark Default to running tests in cpan/ with relative paths...
2009-10-11 Nicholas Clark Run tests in ext/ and dist/ with relative paths for...
2009-10-11 Nicholas Clark Swap the chdir and the call to perl_lib(), to work...
2009-10-11 Nicholas Clark MakeMaker::Test::Utils::perl_lib now copes with relativ...
2009-10-11 Nicholas Clark Remove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas Clark Remove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas Clark Remove core @INC setting and chdir boilerplate from...
2009-10-11 Nicholas Clark Remove core @INC setting boilerplate from lib's test.
2009-10-11 Nicholas Clark Correct the location of the DISTRIBUTION tarball for...
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.
next