This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
14 years agoUpdate ExtUtils::ParseXS to 2.21
David Golden [Mon, 5 Oct 2009 15:31:12 +0000 (11:31 -0400)]
Update ExtUtils::ParseXS to 2.21

2.21 - Mon Oct  5 11:17:53 EDT 2009

 Bug fixes:
 - Adds full path in INCLUDE #line directives (RT#50198) [patch by "spb"]

 Other:
 - Updated copyright and maintainer list

2.20_07 - Sat Oct  3 11:26:55 EDT 2009

 Bug fixes:
 - Use "char* file" for perl < 5.9, not "char[] file"; fixes mod_perl
   breakage due to prior attempts to fix RT#48104 [David Golden]

2.20_06 - Fri Oct  2 23:45:45 EDT 2009

 Bug fixes:
 - Added t/typemap to fix broken test on perl 5.6.2 [David Golden]
 - More prototype fixes for older perls [Goro Fuji]
 - Avoid "const char *" in test files as it breaks on 5.6.2 [Goro Fuji]

 Other:
 - Merged changes from 2.2004 maintenance branch (see 2.200401 to 2.200403)
   [David Golden]

2.20_05 - Sat Aug 22 21:46:56 EDT 2009

 Bug fixes:
 - Fix prototype related bugs [Goro Fuji]
 - Fix the SCOPE keyword [Goro Fuji]

14 years agoIn Perl_moreswitches(), merge 2 string constants in the code implementing -v.
Nicholas Clark [Mon, 5 Oct 2009 19:04:13 +0000 (21:04 +0200)]
In Perl_moreswitches(), merge 2 string constants in the code implementing -v.

14 years ago$^O is initalised to OSNAME, so no need to return the latter from Internals::V.
Nicholas Clark [Mon, 5 Oct 2009 18:48:10 +0000 (20:48 +0200)]
$^O is initalised to OSNAME, so no need to return the latter from Internals::V.

Saves having object code to build one SV that Config::_V can find out by itself.

14 years agoMove initialising PL_osname from S_init_predump_symbols to perl_construct().
Nicholas Clark [Mon, 5 Oct 2009 18:20:49 +0000 (20:20 +0200)]
Move initialising PL_osname from S_init_predump_symbols to perl_construct().

14 years agoMerge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent [Mon, 5 Oct 2009 19:05:57 +0000 (15:05 -0400)]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead

* 'blead' of ssh://perl5.git.perl.org/gitroot/perl:
  Remove :raw open mode from tests

14 years agoAdding the current stub of a release schedule for blead to Porting/
Jesse Vincent [Mon, 5 Oct 2009 19:03:53 +0000 (15:03 -0400)]
Adding the current stub of a release schedule for blead to Porting/

14 years agoRemove :raw open mode from tests
Max Maischein [Mon, 5 Oct 2009 17:03:19 +0000 (19:03 +0200)]
Remove :raw open mode from tests

Message-ID: <4ACA2753.4080100@corion.net>

14 years agoUpgrade File::Path to 2.08 (and add taint.t test)
Rafael Garcia-Suarez [Mon, 5 Oct 2009 11:53:00 +0000 (13:53 +0200)]
Upgrade File::Path to 2.08 (and add taint.t test)

14 years agoin regexec.c move the BOUND logic out of the way of the special CC logic
Yves Orton [Mon, 5 Oct 2009 07:34:52 +0000 (09:34 +0200)]
in regexec.c move the BOUND logic out of the way of the special CC logic

This is a first step towards macroizing the special CC handler logic so
it is easier to maintain them, for instance interestng optimisations are
being used in one, but not all, even though the logic is sharable. By
moving the BOUND logic out of the way the code repition is much clearer.

14 years agoadd tests to make sure the \s and [\s] match the same thing
Yves Orton [Sun, 4 Oct 2009 11:19:59 +0000 (13:19 +0200)]
add tests to make sure the \s and [\s] match the same thing

Note: we currently fail these tests. This will be recitified.

14 years agoWin32API-File is maintained by CHORNY
Steve Hay [Mon, 5 Oct 2009 07:54:49 +0000 (08:54 +0100)]
Win32API-File is maintained by CHORNY

Message-ID: <99f9741ee79af34e132fdb7538318cf2.squirrel@mail.corion.net>

14 years agoWin32API-File has now moved to cpan/
Steve Hay [Sun, 4 Oct 2009 23:43:28 +0000 (00:43 +0100)]
Win32API-File has now moved to cpan/
and its build by-product is now ignored by the cpan/.gitignore

14 years agoIgnore cpan/Win32API-File/cFile_pc_to_blib build by-product
Max Maischein [Sun, 4 Oct 2009 17:45:41 +0000 (19:45 +0200)]
Ignore cpan/Win32API-File/cFile_pc_to_blib build by-product

Message-ID: <4AC8EACC.70802@corion.net>

14 years agorefactor some common logic in regexec.c
Yves Orton [Sun, 4 Oct 2009 15:00:10 +0000 (17:00 +0200)]
refactor some common logic in regexec.c

14 years agomake test-reonly bypass the non-xs extensions
Yves Orton [Sun, 4 Oct 2009 16:39:49 +0000 (18:39 +0200)]
make test-reonly bypass the non-xs extensions

14 years agoRun "cd pod ; ../perl -I../lib buildtoc --build-all"
Rafael Garcia-Suarez [Sun, 4 Oct 2009 16:11:13 +0000 (18:11 +0200)]
Run "cd pod ; ../perl -I../lib buildtoc --build-all"

14 years agoDon't autovivify a spurious key "all" in the %Targets hash
Rafael Garcia-Suarez [Sun, 4 Oct 2009 16:09:14 +0000 (18:09 +0200)]
Don't autovivify a spurious key "all" in the %Targets hash

14 years agoApply the same policy for the value returned by push() and unshift()
Vincent Pit [Sun, 4 Oct 2009 13:02:56 +0000 (15:02 +0200)]
Apply the same policy for the value returned by push() and unshift()

That is, only push the len when the static context is not void, and honour
len magic.

14 years agoFix pod toc generation for new perldelta
Jesse Vincent [Sat, 3 Oct 2009 21:43:19 +0000 (06:43 +0900)]
Fix pod toc generation for new perldelta

Spotted by Jerry Hedden

14 years ago'make distclean now results in an actually-clean tree.
Jesse Vincent [Sat, 3 Oct 2009 21:18:19 +0000 (06:18 +0900)]
'make distclean now results in an actually-clean tree.

14 years agoAdded a perldeta file for 5.11.1
Jesse Vincent [Sat, 3 Oct 2009 20:24:06 +0000 (05:24 +0900)]
Added a perldeta file for 5.11.1

14 years agoCorrecting mistaken description of 'delete local' in perl5110delta
Jesse Vincent [Sat, 3 Oct 2009 20:22:17 +0000 (05:22 +0900)]
Correcting mistaken description of 'delete local' in perl5110delta

Reported by nothingmuch++ and rjbs++

14 years agoMention Jesse as pumpkin
Abigail [Sat, 3 Oct 2009 16:37:46 +0000 (18:37 +0200)]
Mention Jesse as pumpkin

14 years agoMake Win32 treat IO-Compress as an XS extension, as was done elsewhere by
Steve Hay [Sat, 3 Oct 2009 13:04:31 +0000 (14:04 +0100)]
Make Win32 treat IO-Compress as an XS extension, as was done elsewhere by
commit 4cc80fc4cbbd82e20f7b14b68abb53d552076022

Something is still wrong with the treatment of IO-Compress on (at least)
Win32, though--see:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-10/msg00061.html

14 years agoAvoid false negatives on Win32 with Shell.t tests.
George Greer [Sat, 3 Oct 2009 00:12:08 +0000 (20:12 -0400)]
Avoid false negatives on Win32 with Shell.t tests.

On DOS and Windows, the 'dir' command includes the number of bytes free on
the filesystem so when t/Shell.t tries to compare two different 'dir' outputs
the test can fail because of other, unrelated activity on the filesystem.

Message-ID: alpine.LFD.2.00.0910022024380.18604@ein.m-l.org

14 years agoMake Module::Corelist recognise $] as a version number on 5.11.0
Rafael Garcia-Suarez [Sat, 3 Oct 2009 10:01:40 +0000 (12:01 +0200)]
Make Module::Corelist recognise $] as a version number on 5.11.0

Bump version to 2.20

14 years agoUpdate Changes/README for 2.19, version of Module::CoreList shipped with 5.11.0
Rafael Garcia-Suarez [Sat, 3 Oct 2009 09:43:06 +0000 (11:43 +0200)]
Update Changes/README for 2.19, version of Module::CoreList shipped with 5.11.0

14 years agoChange warning "Unicode character is illegal" to more accurate description
Rafael Garcia-Suarez [Sat, 3 Oct 2009 07:56:42 +0000 (09:56 +0200)]
Change warning "Unicode character is illegal" to more accurate description

That now reads "Unicode non-character is illegal in interchange" and the
perldiag documentation is expanded a bit.

14 years agoAdapt test to accept local uncommitted changes
Rafael Garcia-Suarez [Sat, 3 Oct 2009 07:35:27 +0000 (09:35 +0200)]
Adapt test to accept local uncommitted changes

14 years agoRather than list all of the CPAN dists in cpan/ not to index, make use of the fact...
Jesse Vincent [Fri, 2 Oct 2009 21:41:57 +0000 (17:41 -0400)]
Rather than list all of the CPAN dists in cpan/ not to index, make use of the fact that noindex is path based and just list cpan/

14 years agoAdded the git tag step for releases from Yves v5.11.0
Jesse Vincent [Fri, 2 Oct 2009 18:26:19 +0000 (03:26 +0900)]
Added the git tag step for releases from Yves

14 years agoAdded another cleaning step to the release manager guide's build recipe
Jesse Vincent [Fri, 2 Oct 2009 18:21:04 +0000 (03:21 +0900)]
Added another cleaning step to the release manager guide's build recipe

14 years agoadd new release to perlhist
Jesse Vincent [Fri, 2 Oct 2009 18:20:15 +0000 (03:20 +0900)]
add new release to perlhist

14 years agoPath and bug fixes in the release_managers_guide
Jesse Vincent [Fri, 2 Oct 2009 18:17:42 +0000 (03:17 +0900)]
Path and bug fixes in the release_managers_guide

14 years agoUpdate Module::CoreList for 5.11.0
Jesse Vincent [Fri, 2 Oct 2009 18:16:47 +0000 (03:16 +0900)]
Update Module::CoreList for 5.11.0

14 years agoUpdate META.yml
Jesse Vincent [Fri, 2 Oct 2009 18:11:25 +0000 (03:11 +0900)]
Update META.yml

14 years agoOur makemeta invocation was wrong (after miniperl stopped working)
Jesse Vincent [Fri, 2 Oct 2009 18:10:54 +0000 (03:10 +0900)]
Our makemeta invocation was wrong (after miniperl stopped working)

14 years agoTypo fixes in perldelta
Jesse Vincent [Fri, 2 Oct 2009 17:56:56 +0000 (02:56 +0900)]
Typo fixes in perldelta

14 years agofixing a typo in the release manager guide
Jesse Vincent [Fri, 2 Oct 2009 17:39:03 +0000 (02:39 +0900)]
fixing a typo in the release manager guide

14 years agopodchecker nits in perldelta fixed
Jesse Vincent [Fri, 2 Oct 2009 17:38:39 +0000 (02:38 +0900)]
podchecker nits in perldelta fixed

14 years agoREADME.vms version bumps
Jesse Vincent [Fri, 2 Oct 2009 17:29:34 +0000 (02:29 +0900)]
README.vms version bumps

14 years agoChange e40af2cd omitted to update mkpport.lst's path to Win32API::File.
Nicholas Clark [Fri, 2 Oct 2009 17:33:43 +0000 (18:33 +0100)]
Change e40af2cd omitted to update mkpport.lst's path to Win32API::File.

14 years agoMove Locale::Maketext::Simple from dist/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 17:21:32 +0000 (18:21 +0100)]
Move Locale::Maketext::Simple from dist/ to cpan/

My mistake - it should always have been here, as the canonical upstream is
Best Practical's svn.

14 years agoMove Storable from ext/ to dist/
Nicholas Clark [Fri, 2 Oct 2009 17:12:44 +0000 (18:12 +0100)]
Move Storable from ext/ to dist/

14 years agoMove Win32 from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 16:57:13 +0000 (17:57 +0100)]
Move Win32 from ext/ to cpan/

14 years agoMove ExtUtils::Constant from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 16:42:02 +0000 (17:42 +0100)]
Move ExtUtils::Constant from ext/ to cpan/

14 years agoWe don't actually need constant to bootstrap the nonxs extensions.
Nicholas Clark [Fri, 2 Oct 2009 16:33:25 +0000 (17:33 +0100)]
We don't actually need constant to bootstrap the nonxs extensions.

14 years agoMove Win32API::File from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 16:32:55 +0000 (17:32 +0100)]
Move Win32API::File from ext/ to cpan/

14 years agoChange 204606f4 ommited to update make_ext.pl's path to Text::ParseWords
Nicholas Clark [Fri, 2 Oct 2009 16:23:14 +0000 (17:23 +0100)]
Change 204606f4 ommited to update make_ext.pl's path to Text::ParseWords

14 years agoMove Time::Piece from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 16:21:16 +0000 (17:21 +0100)]
Move Time::Piece from ext/ to cpan/

14 years agoMove Time::HiRes from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 16:12:07 +0000 (17:12 +0100)]
Move Time::HiRes from ext/ to cpan/

14 years agoMove Tie::File from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 16:00:06 +0000 (17:00 +0100)]
Move Tie::File from ext/ to cpan/

14 years ago"Malformed UTF-16 surrogate" is a fatal error
Rafael Garcia-Suarez [Fri, 2 Oct 2009 15:52:42 +0000 (17:52 +0200)]
"Malformed UTF-16 surrogate" is a fatal error

14 years agoMove Text::Soundex from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 15:47:45 +0000 (16:47 +0100)]
Move Text::Soundex from ext/ to cpan/

14 years agoMove Text::ParseWords from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 15:39:27 +0000 (16:39 +0100)]
Move Text::ParseWords from ext/ to cpan/

14 years agoMove Text::Balanced from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 15:29:35 +0000 (16:29 +0100)]
Move Text::Balanced from ext/ to cpan/

14 years agoMove Test::Simple from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 15:19:41 +0000 (16:19 +0100)]
Move Test::Simple from ext/ to cpan/

14 years agoMove Term::Cap from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 15:07:07 +0000 (16:07 +0100)]
Move Term::Cap from ext/ to cpan/

14 years agoTypo in Maintainers.pl - Yeah, that @ now needs to be in ''
Jesse Vincent [Fri, 2 Oct 2009 15:04:50 +0000 (00:04 +0900)]
Typo in Maintainers.pl - Yeah, that @ now needs to be in ''

14 years agoMove Test::Harness from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 14:57:26 +0000 (15:57 +0100)]
Move Test::Harness from ext/ to cpan/

14 years agoMove Shell from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 14:41:38 +0000 (15:41 +0100)]
Move Shell from ext/ to cpan/

14 years agoCorrect the FILES entry for SelfLoader.
Nicholas Clark [Fri, 2 Oct 2009 14:34:01 +0000 (15:34 +0100)]
Correct the FILES entry for SelfLoader.

14 years agoMove List::Util from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 14:32:49 +0000 (15:32 +0100)]
Move List::Util from ext/ to cpan/

14 years agoMove Pod::Simple from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 14:22:23 +0000 (15:22 +0100)]
Move Pod::Simple from ext/ to cpan/

14 years agoMove Pod::Parser from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 14:10:55 +0000 (15:10 +0100)]
Move Pod::Parser from ext/ to cpan/

14 years agoMove Pod::LaTeX from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 13:49:19 +0000 (14:49 +0100)]
Move Pod::LaTeX from ext/ to cpan/

14 years agoTypo in Maintainers.pl spotted by Jerry Hedden
Jesse Vincent [Fri, 2 Oct 2009 14:00:45 +0000 (23:00 +0900)]
Typo in Maintainers.pl spotted by Jerry Hedden

14 years agoMove Pod::Escapes from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 13:38:00 +0000 (14:38 +0100)]
Move Pod::Escapes from ext/ to cpan/

14 years agoMove PerlIO::via::QuotedPrint from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 13:19:12 +0000 (14:19 +0100)]
Move PerlIO::via::QuotedPrint from ext/ to cpan/

14 years agoMove parent from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 13:10:14 +0000 (14:10 +0100)]
Move parent from ext/ to cpan/

14 years agoMove Module::Pluggable from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 12:55:08 +0000 (13:55 +0100)]
Move Module::Pluggable from ext/ to cpan/

14 years agoMove MIME::Base64 from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 12:45:44 +0000 (13:45 +0100)]
Move MIME::Base64 from ext/ to cpan/

14 years agoMove Memoize from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 12:33:24 +0000 (13:33 +0100)]
Move Memoize from ext/ to cpan/

14 years agoMove Math::BigRat from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 12:21:59 +0000 (13:21 +0100)]
Move Math::BigRat from ext/ to cpan/

14 years agoRemove from MANIFEST the files deleted by 8838b377ac70b16b.
Nicholas Clark [Fri, 2 Oct 2009 12:32:37 +0000 (13:32 +0100)]
Remove from MANIFEST the files deleted by 8838b377ac70b16b.

14 years agoRemoved extraneous files from cpan/CPAN
David Golden [Fri, 2 Oct 2009 12:07:22 +0000 (08:07 -0400)]
Removed extraneous files from cpan/CPAN

14 years agoCPAN.pm post-1.94_51 fix in upstream repository
Andreas Koenig [Fri, 2 Oct 2009 06:36:23 +0000 (08:36 +0200)]
CPAN.pm post-1.94_51 fix in upstream repository

14 years agoUpdate ExtUtils::ParseXS to 2.200403
David Golden [Fri, 2 Oct 2009 06:07:35 +0000 (02:07 -0400)]
Update ExtUtils::ParseXS to 2.200403

2.200403 - Fri Oct  2 02:01:58 EDT 2009

 Other:
 - Removed PERL_CORE specific @INC manipulation (no longer needed)
   [Nicholas Clark]
 - Changed hard-coded $^H manipulation in favor of "use re 'eval'"
   [Nicholas Clark]

2.200402 - Fri Oct  2 01:26:40 EDT 2009

 Bug fixes:
 - UNITCHECK subroutines were not being called (detected in ext/XS-APItest
   in Perl blead) [reported by Jesse Vincent, patched by David Golden]

2.200401 - Mon Sep 14 22:26:03 EDT 2009

 - No changes from 2.20_04.

2.20_04 - Mon Aug 10 11:18:47 EDT 2009

 Bug fixes:
 - Changed install_dirs to 'core' for 5.8.9 as well (RT#48474)
 - Removed t/bugs.t until there is better C++ support in ExtUtils::CBuilder

 Other:
 - Updated repository URL in META file

2.20_03 - Thu Jul 23 23:14:50 EDT 2009

 Bug fixes:
 - Fixed "const char *" errors for 5.8.8 (and older) (RT#48104)
   [Vincent Pit]
 - Added newline before a preprocessor directive (RT#30673)
   [patch by hjp]

14 years agoMove Math::BigInt::FastCalc from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 11:03:29 +0000 (12:03 +0100)]
Move Math::BigInt::FastCalc from ext/ to cpan/

14 years agoMove Math::BigInt from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 10:55:51 +0000 (11:55 +0100)]
Move Math::BigInt from ext/ to cpan/

14 years agoMove Locale::Codes from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 10:46:30 +0000 (11:46 +0100)]
Move Locale::Codes from ext/ to cpan/

14 years agoMove libnet from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 10:34:29 +0000 (11:34 +0100)]
Move libnet from ext/ to cpan/

14 years agoMove IO::Zlib from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 10:24:10 +0000 (11:24 +0100)]
Move IO::Zlib from ext/ to cpan/

14 years agoMove IO::Compress from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 10:11:19 +0000 (11:11 +0100)]
Move IO::Compress from ext/ to cpan/

14 years agoMove if from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 09:40:12 +0000 (10:40 +0100)]
Move if from ext/ to cpan/

14 years agoAdd MYMETA.yml to dual-life files to ignore
David Golden [Fri, 2 Oct 2009 05:37:06 +0000 (01:37 -0400)]
Add MYMETA.yml to dual-life files to ignore

Once the toolchain start generating this regularly, we want to make sure
it doesn't get copied if the source directory isn't clean.

14 years agoremoved PERL5LIB diagnostic output from make_ext.pl
David Golden [Fri, 2 Oct 2009 02:51:12 +0000 (22:51 -0400)]
removed PERL5LIB diagnostic output from make_ext.pl

14 years agoMake t/harness have non-zero exit if tests fail
David Golden [Fri, 2 Oct 2009 00:51:30 +0000 (20:51 -0400)]
Make t/harness have non-zero exit if tests fail

14 years agoMake installperl look in cpan/ and dist/ as well as in ext/ when looking
Steve Hay [Thu, 1 Oct 2009 23:56:10 +0000 (00:56 +0100)]
Make installperl look in cpan/ and dist/ as well as in ext/ when looking
for %archpms.

Also add a trailing / after the $dir when checking whether a .pm file
is that of a non-nonxs_ext module, otherwise entries in nonxs_ext for
Digest and Math/BigInt wrongly cause Digest-MD5, Digest-SHA and
Math-BigInt-FastCalc to be omitted.

14 years agoupdate manifest for xdg's new tool
Jesse Vincent [Thu, 1 Oct 2009 21:59:59 +0000 (06:59 +0900)]
update manifest for xdg's new tool

14 years agoAdd tool to generate updated module list for perldelta
David Golden [Thu, 1 Oct 2009 21:46:53 +0000 (17:46 -0400)]
Add tool to generate updated module list for perldelta

14 years agoMinor updates to makerel to take the new world order into account
Jesse Vincent [Thu, 1 Oct 2009 21:44:07 +0000 (06:44 +0900)]
Minor updates to makerel to take the new world order into account

14 years agoCoreList date placeholder
Jesse Vincent [Thu, 1 Oct 2009 21:07:25 +0000 (06:07 +0900)]
CoreList date placeholder

14 years agoPerlhist placeholder
Jesse Vincent [Thu, 1 Oct 2009 21:06:13 +0000 (06:06 +0900)]
Perlhist placeholder

14 years agoPreliminary Module::CoreList update for 5.11.0
Jesse Vincent [Thu, 1 Oct 2009 21:02:06 +0000 (06:02 +0900)]
Preliminary Module::CoreList update for 5.11.0

14 years agoRemoved tedious, redundant, incorrect module update entries from perl5110delta
Jesse Vincent [Thu, 1 Oct 2009 20:57:37 +0000 (05:57 +0900)]
Removed tedious, redundant, incorrect module update entries from perl5110delta

14 years agocopyediting perldelta
Jesse Vincent [Thu, 1 Oct 2009 20:50:38 +0000 (05:50 +0900)]
copyediting perldelta

14 years agocorelist.pl updates
Jesse Vincent [Thu, 1 Oct 2009 20:42:58 +0000 (05:42 +0900)]
corelist.pl updates

14 years agoMore work to get corelist.pl to know the new world order
Jesse Vincent [Thu, 1 Oct 2009 20:00:52 +0000 (05:00 +0900)]
More work to get corelist.pl to know the new world order

14 years agoUpdate META.yml
Jesse Vincent [Thu, 1 Oct 2009 19:40:53 +0000 (04:40 +0900)]
Update META.yml