summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
Commit message (Collapse)AuthorAgeFilesLines
* Update ExtUtils::ParseXS to 2.20_01David Golden2009-07-081-1/+1
| | | | | | | | 2.20_01 - Wed Jul 8 12:12:47 EDT 2009 - Fix XSUsage prototypes for testing [Jan Dubois] Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Updating Module::Build to 0.34David Golden2009-07-081-1/+1
| | | | | | | | 0.34 - Tue Jul 7 16:56:47 EDT 2009 No changes from 0.33_06 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* update to CPANPLUS 0.88David Mitchell2009-07-071-1/+1
|
* upgrade to ExtUtils::MakeMaker 6.53_03David Mitchell2009-07-061-1/+1
|
* Don't dump autodie from core (was Re: Coring Variable::Magic / autodie ↵Paul Fenwick2009-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fights with string eval in Perl 5.10.x) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 G'day Dave, Dave Mitchell wrote: > Okay I think you've convinced me. So basically you'll release a 2.06 which > is 2.05 + bug documentation; 2.06 goes in 5.10.1; then the bug fix goes in > 2.07? Patch attached, including documentation fixes, and TODO tests. I did slip a small code change in, which fixes a regression that was introduced (but not spotted) around autodie 1.997ish. Many thanks to rafl and particularly to Vincent for their help in debugging and documenting. All the best, Paul - -- Paul Fenwick <pjf@perltraining.com.au> | http://perltraining.com.au/ Director of Training | Ph: +61 3 9354 6001 Perl Training Australia | Fax: +61 3 9354 2681 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iD8DBQFKUgdnx5N6j7FHnlURAhcbAJ4zQ5WujSXK5uNpEfdOp0RMi8FxVQCghU02 Z3ZBYlXddRMOmm9SVC7UPTE= =qf29 -----END PGP SIGNATURE----- >From 689bc09292ba5173542d208dca85b6f514c91aba Mon Sep 17 00:00:00 2001 From: Paul Fenwick <pjf@perltraining.com.au> Date: Tue, 7 Jul 2009 00:11:42 +1000 Subject: [PATCH] Merge autodie 2.06 with core. NOTE: This commit is different from that on the CPAN by three lines of POD. A documented bug was fixed, but documentation about this bug was accidentally not removed from the CPAN release. Significant changes in this release are: * BUG: Explicitly documented that autodie does NOT play nicely with string evals, especially under Perl 5.10.x. Please avoid using string evals while autodie is in scope. * TEST: Check for autodie leaking out of scope in the presence of string evals. (string-eval-leak.t) Thanks to Florian Ragwitz and Vincent Pit for identifying this. * BUGFIX: autodie once again correctly works when used inside a string eval. (This was accidently broken somewhere around 1.997-1.998).
* re-add Test::Simple exclude accidentally removed during 0.92 upgradeDavid Mitchell2009-07-061-0/+1
|
* update to Test::Simple 0.92David Mitchell2009-07-061-17/+2
|
* Maintainers.pl: Explanation as to why autodie tests are excluded.Paul Fenwick2009-07-061-0/+6
| | | | Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* bump autodie veresion in Maintainers.plDavid Mitchell2009-07-061-1/+1
|
* sync Module::Build with CPANDavid Mitchell2009-07-061-1/+1
|
* sync ExtUtils::CBuilder with CPAMDavid Mitchell2009-07-061-1/+1
|
* Update CPANPLUS::Dist::Build to CPAN version 0.36Chris 'BinGOs' Williams2009-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, Attached is a patch to update CPANPLUS::Dist::Build in core to CPAN version 0.36. Highlights from the Change Log: ============================================================== 0.36 Sat Jul 4 14:51:42 BST 2009 - Make install() honour the buildflags directive, absence spotted by Matt Trout ============================================================== Many thanks, -- Chris Williams aka BinGOs PGP ID 0x4658671F http://www.gumbynet.org.uk ========================== From 43b0b0b2f93858517fa5d21566bcd807d4bf434a Mon Sep 17 00:00:00 2001 From: Chris Williams <chris@bingosnet.co.uk> Date: Sat, 4 Jul 2009 15:02:09 +0100 Subject: [PATCH] Update CPANPLUS::Dist::Build to CPAN version 0.36 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* mark I18N::LangTags as no longer dual-lifeDavid Mitchell2009-07-031-1/+1
|
* upate Maintainers.pl versionsDavid Mitchell2009-07-031-2/+2
|
* Updating ExtUtils-ParseXS to 2.20David Golden2009-07-011-1/+1
| | | | | | | | 2.20 - Wed Jul 1 13:42:11 EDT 2009 - No changes from 2.19_04 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update ExtUtils::CBuilder to 0.2601David Golden2009-07-011-1/+1
| | | | | | | | | | 0.2601 - Wed Jul 1 09:37:39 EDT 2009 Bugs fixed: - On VMS, cleans up extra files generated during testing [John E. Malmberg, Craig Berry] Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update CPANPLUS::Dist::Build to CPAN version 0.35_03Chris Williams2009-06-301-1/+1
|
* bump Scalar-List-Utils version in Maintainers.plDavid Mitchell2009-06-301-1/+1
|
* more Maintainers.pl version tweaksDavid Mitchell2009-06-301-2/+2
|
* sync base with CPAN and update Maintainers.plDavid Mitchell2009-06-301-5/+3
|
* Updating ExtUtils::CBuilder to 0.26David Golden2009-06-301-3/+3
| | | | | | | | | | | | | | | | | | | 0.26 - Mon Jun 29 20:11:52 EDT 2009 - No changes from 0.25_01 0.25_01 - Sat Jun 27 23:13:20 EDT 2009 - Changed test library to Test::More - Added tests for have_compiler - Skips tests that need a compiler if have_compiler is false - have_compiler will try to compile in the current directory if compiling in tmpdir fails for whatever reason Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update ExtUtils::ParseXS to 2.19_04David Golden2009-06-291-1/+1
| | | | | | | | | | | | 2.19_04 - Mon Jun 29 11:49:12 EDT 2009 - Changed tests to use Test::More and added it to prereqs - Some tests skip if no compiler or if no dynamic loading - INTERFACE keyword tests skipped for perl < 5.8 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* add some BUGS items to Porting/MaintainersJim Cromie2009-06-291-1/+11
|
* Update Module::Build to 0.33_05David Golden2009-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.33_05 - Sun Jun 28 22:06:49 EDT 2009 Enhancements: - New 'auto_configure_requires' parameter (default 1) controls whether Module::Build should add itself to configure_requires in META.yml if not specified in Build.PL [David Golden] Bug-fixes: - The default MANIFEST.SKIP created by the "manifest" action was out of date. It will now use the installed MANIFEST.SKIP and add some Module::Build and distribution specific items to it. [Michael Schwern] Other: - configure_requires do not necessarily need to be in requires or build_requires; warning to that effect has been removed [David Golden] 0.33_04 - Fri Jun 26 07:09:06 EDT 2009 Bug-fixes: - Don't try utf8 YAML I/O on Perl 5.6 [David Golden] Other: - configure_requires added to prereq report (RT#47254) [Curtis Jewell] - updated Module::Build::Version to match forthcoming version.pm 0.77 (RT#47256) [John Peacock] - skips xs.t and ppm.t when perl was not compiled with dynamic loading since Module::Buld does not support static linking (RT#46178) [David Golden] - skip failing test in par.t if Archive::Zip is broken [David Golden] - Added YAML utf8 patch in 0.33_03 changes list - Added attribution for patches in 0.33_03 changes list 0.33_03 - Mon Jun 22 17:22:56 EDT 2009 Bug-fixes: - Removes Module::Build from its own configure/build_requires [David Golden] - ConfigData->feature() confirms that modules actually load successfully, not just that they are present. (RT#43557) [David Golden] - Module::Build::Compat handling of INSTALL*LIB (RT#43827) [Tony Payne, David Golden] - Module::Build::Compat and recursive test files (RT#39171) [Dave Rolsky] - Fixed bug linking non-standard XS names on Windows (RT#38065) ["snaury"] - Run PL files that don't generate any file (RT#39365) [Matisse Enzer, David Golden] - HTML generation failure no longer fatal (RT#36660) [David Golden] - realclean might not delete Build.bat on Windows (RT#43863) [Roy Ivy, David Golden] - include_dirs parameter now works correctly when given a single string argument (RT#40177) [David Wheeler] - Lots of spelling fixes in the POD (RT#45528r) [Lars Dieckow] - On Unix-like systems, tilde expansion is more liberal in username characters accepted (RT#33492) [Jon Jensen] Other - On MSWin32, bumped File::Spec prereq to 3.30 for a variety of fixes - Add support for VMS in Unix compatibility mode (RT#42157) [John E. Malmberg - Added a can_action($name) method (RT#45172) [brian d foy] - Documented that subclass methods should not permanently change current directory (RT#46919) [David Wheeler] - META.yml encoded in UTF-8 (RT#43765) [Olivier Mengue] Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update ExtUtils::ParseXS to 2.19_03David Golden2009-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | 2.19_03 - Sat Jun 27 22:51:18 EDT 2009 - Released to see updated results from smoke testers - Fix minor doc typo pulled from blead 2.19_02 - Wed Aug 6 22:18:33 2008 - Fix the usage reports to consistently report package name as well as sub name across ALIAS, INTERFACE and regular XSUBS. [Robert May] - Cleaned up a warning with -Wwrite-strings that gets passed into every parsed XS file. [Steve Peters] - Allow (pedantically correct) C pre-processor comments in the code snippets of typemap files. [Nicholas Clark] Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* upgrade to ExtUtils::CBuilder 0.25David Mitchell2009-06-281-1/+1
|
* upgrade to Time::Piece 1.15David Mitchell2009-06-281-1/+1
|
* update Maintainers.plDavid Mitchell2009-06-271-3/+3
|
* sync blead with Update Archive::Extract 0.34David Mitchell2009-06-271-1/+1
| | | | (follow up to 198e857cc6, syncing whitespace)
* Update CPANPLUS::Dist::Build to CPAN version 0.35_02Chris 'BinGOs' Williams2009-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, Attached is a patch to update the CPANPLUS::Dist::Build in core to CPAN version 0.35_02 Highlights from the Changelog: =================================================================== 0.35_02 Sat Jun 27 09:35:55 BST 2009 - Don't use the perlwrapper on VMS, (Craig Berry) - Skip env test on VMS =================================================================== Many thanks, -- Chris Williams aka BinGOs PGP ID 0x4658671F http://www.gumbynet.org.uk ========================== From dec0de66c239bf268f4b8a045a29d8432df06498 Mon Sep 17 00:00:00 2001 From: Chris Williams <chris@bingosnet.co.uk> Date: Sat, 27 Jun 2009 09:47:29 +0100 Subject: [PATCH 4/4] Update CPANPLUS::Dist::Build to CPAN version 0.35_02 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update Maintainers.pl accordinglyVincent Pit2009-06-241-1/+1
|
* another Maintainers.pl version updateDavid Mitchell2009-06-231-1/+1
|
* Update threads::shared in Porting/Maintainers.pl to 1.29Jerry D. Hedden2009-06-231-1/+1
| | | | | | | | | | | Per subject. Patch attached. From c59d5bfd19e27a9f279887f69d49c79f6f342a4c Mon Sep 17 00:00:00 2001 From: Jerry D. Hedden <jdhedden@cpan.org> Date: Tue, 23 Jun 2009 12:12:43 -0400 Subject: [PATCH] Update threads::shared in Porting/Maintainers.pl to 1.29 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* version bumps in Maintainers.plDavid Mitchell2009-06-231-2/+2
|
* Maintainers.pl: add @IGNORABLE and document EXCLUDED, MAP fieldsDavid Mitchell2009-06-191-0/+46
|
* Remove CPANPLUS's SQLite tests from the core.Craig A. Berry2009-06-181-0/+2
| | | | | | They will never be run here in the absence of DBD::SQLite, and the absurdly long names can cause trouble for venerable but now exotic volume formats such as ODS-2 or FAT.
* [PATCH] Updating Module::Build to 0.33_02David Golden2009-06-161-3/+3
|
* Update 'NEXT' version in Maintainers.plFlorian Ragwitz2009-06-151-1/+1
|
* Update 'threads' version in Maintainers.plJerry D. Hedden2009-06-151-1/+1
|
* More updates for Porting/Maintainers.plVincent Pit2009-06-131-4/+4
|
* minor updates to Maintainers.plDavid Mitchell2009-06-131-4/+4
|
* Update CPANPLUS::Dist::Build to CPAN version 0.34Chris Williams2009-06-131-1/+1
|
* in Maintainers.pl, move Text-Tabs+Wrap to its correct alphabetical placeDavid Mitchell2009-06-121-14/+14
|
* update Porting/Maintainers.pl with recent module version changesDavid Mitchell2009-06-121-3/+3
|
* further sync blead with Net-Ping-2.36David Mitchell2009-06-121-1/+1
| | | | (followup to 59ea7c6d8e0c5d0244e7496dd44e31e7c14e8f83)
* Update Maintainers.pl: Pod-Escapes and TestSteffen Mueller2009-06-081-4/+4
| | | | | Update Maintainers.pl to reflect new maintainer of Pod-Escapes. Correct Jesse's email address (Test maintainer update).
* Jesse Vincent now maintains Test.pmSteffen Mueller2009-06-081-1/+2
|
* Errno is no longer dual-livedSteffen Mueller2009-06-081-8/+1
| | | | | (cf. mail from Graham to p5p). Move to _PERLLIB section of Porting/Maintainers.pl.
* add remaining Maintainers.pl EXCLUDED and MAP fieldsDavid Mitchell2009-06-081-8/+38
|
* add more Maintianers.pl EXCLUDED and MAP fieldsDavid Mitchell2009-06-071-9/+133
|