p5sagit/p5-mst-13.2.git
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...
2009-10-05 Jesse Vincent Adding the current stub of a release schedule for blead...
2009-10-05 Max Maischein Remove :raw open mode from tests
2009-10-05 Rafael Garcia... Upgrade File::Path to 2.08 (and add taint.t test)
2009-10-05 Yves Orton in regexec.c move the BOUND logic out of the way of...
2009-10-05 Yves Orton add tests to make sure the \s and [\s] match the same...
2009-10-05 Steve Hay Win32API-File is maintained by CHORNY
2009-10-04 Steve Hay Win32API-File has now moved to cpan/
2009-10-04 Max Maischein Ignore cpan/Win32API-File/cFile_pc_to_blib build by...
2009-10-04 Yves Orton refactor some common logic in regexec.c
2009-10-04 Yves Orton make test-reonly bypass the non-xs extensions
2009-10-04 Rafael Garcia... Run "cd pod ; ../perl -I../lib buildtoc --build-all"
2009-10-04 Rafael Garcia... Don't autovivify a spurious key "all" in the %Targets...
2009-10-04 Vincent Pit Apply the same policy for the value returned by push...
2009-10-03 Jesse Vincent Fix pod toc generation for new perldelta
2009-10-03 Jesse Vincent 'make distclean now results in an actually-clean tree.
2009-10-03 Jesse Vincent Added a perldeta file for 5.11.1
2009-10-03 Jesse Vincent Correcting mistaken description of 'delete local' in...
2009-10-03 Abigail Mention Jesse as pumpkin
2009-10-03 Steve Hay Make Win32 treat IO-Compress as an XS extension, as...
2009-10-03 George Greer Avoid false negatives on Win32 with Shell.t tests.
2009-10-03 Rafael Garcia... Make Module::Corelist recognise $] as a version number...
2009-10-03 Rafael Garcia... Update Changes/README for 2.19, version of Module:...
2009-10-03 Rafael Garcia... Change warning "Unicode character is illegal" to more...
2009-10-03 Rafael Garcia... Adapt test to accept local uncommitted changes
2009-10-02 Jesse Vincent Rather than list all of the CPAN dists in cpan/ not...
2009-10-02 Jesse Vincent Added the git tag step for releases from Yves
2009-10-02 Jesse Vincent Added another cleaning step to the release manager...
2009-10-02 Jesse Vincent add new release to perlhist
2009-10-02 Jesse Vincent Path and bug fixes in the release_managers_guide
2009-10-02 Jesse Vincent Update Module::CoreList for 5.11.0
2009-10-02 Jesse Vincent Update META.yml
2009-10-02 Jesse Vincent Our makemeta invocation was wrong (after miniperl stopp...
2009-10-02 Jesse Vincent Typo fixes in perldelta
2009-10-02 Jesse Vincent fixing a typo in the release manager guide
2009-10-02 Jesse Vincent podchecker nits in perldelta fixed
2009-10-02 Jesse Vincent README.vms version bumps
2009-10-02 Nicholas Clark Change e40af2cd omitted to update mkpport.lst's path...
2009-10-02 Nicholas Clark Move Locale::Maketext::Simple from dist/ to cpan/
2009-10-02 Nicholas Clark Move Storable from ext/ to dist/
2009-10-02 Nicholas Clark Move Win32 from ext/ to cpan/
2009-10-02 Nicholas Clark Move ExtUtils::Constant from ext/ to cpan/
2009-10-02 Nicholas Clark We don't actually need constant to bootstrap the nonxs...
2009-10-02 Nicholas Clark Move Win32API::File from ext/ to cpan/
2009-10-02 Nicholas Clark Change 204606f4 ommited to update make_ext.pl's path...
2009-10-02 Nicholas Clark Move Time::Piece from ext/ to cpan/
2009-10-02 Nicholas Clark Move Time::HiRes from ext/ to cpan/
2009-10-02 Nicholas Clark Move Tie::File from ext/ to cpan/
2009-10-02 Rafael Garcia... "Malformed UTF-16 surrogate" is a fatal error
2009-10-02 Nicholas Clark Move Text::Soundex from ext/ to cpan/
next