summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-014-11/+24
| | | | | | This makes ~~ commutative with regard to undef, and fixes an inconsistency, since C<undef ~~ [0]> was not matching, and ~~ should be distributive in this case.
* patch submission(symbian/config.pl)Adam Russell2009-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Another symbian patch. All the credit for this one really should go to Osvaldo Villalon(ovillalon@dextratech.com). <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.6001.18063" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Another symbian patch. All the credit for this one </FONT></DIV> <DIV><FONT face=Arial size=2>really should go to Osvaldo Villalon(<A href="mailto:ovillalon@dextratech.com">ovillalon@dextratech.com</A>). </FONT></DIV></BODY></HTML> From 8bfdfd3cd4ef775ae7f30bcade9f0f138ce8d8ac Mon Sep 17 00:00:00 2001 From: Adam Russell <arussell@cs.uml.edu> Date: Tue, 30 Jun 2009 15:24:39 -0400 Subject: [PATCH 1685/1685] Changes made by Osvaldo Villalon update for latest SDKs. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update CPANPLUS::Dist::Build to CPAN version 0.35_03Chris Williams2009-06-304-12/+7
|
* Quiet t/op/stash.t outputJerry D. Hedden2009-06-301-3/+4
| | | | | | Attached patch to t/op/stash.t applies Craig Berry's fix (commit fbad106ea7f26c14f996d4ff2eb920ccffc44821) only on VMS. This keeps the noise from the affected tests from polluting the 'make test' output.
* bump Scalar-List-Utils version in Maintainers.plDavid Mitchell2009-06-301-1/+1
|
* Update to Scalar-List-Utils-1.21 from CPANGraham Barr2009-06-3026-244/+821
|
* more Maintainers.pl version tweaksDavid Mitchell2009-06-301-2/+2
|
* sync base with CPAN and update Maintainers.plDavid Mitchell2009-06-302-5/+9
|
* Updating ExtUtils::CBuilder to 0.26David Golden2009-06-3015-82/+162
| | | | | | | | | | | | | | | | | | | 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>
* Subject: Re: dual-life: IO 1.25 and Scalar-List-Utils-1.21H.Merijn Brand2009-06-301-3/+7
| | | | | | From: Andy Dougherty <doughera@lafayette.edu> Date: Mon, 29 Jun 2009 15:11:30 -0400 (EDT) Message-ID: <alpine.DEB.2.00.0906291510110.28368@fractal.phys.lafayette.edu>
* Update ExtUtils::ParseXS to 2.19_04David Golden2009-06-294-44/+68
| | | | | | | | | | | | 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>
* Stop buildtoc warning that perltoc.pod is missing whist it is building same.Robin Barker2009-06-291-2/+6
|
* add some BUGS items to Porting/MaintainersJim Cromie2009-06-291-1/+11
|
* patch submission(symbian/symbian_utils.dll)Adam Russell2009-06-291-13/+18
| | | | | | | | | | | | | | | | | | | | Another symbian update. Changes in this patch are describe below... Changes made by Osvaldo Villalon: -deleted references to TDllReason -replaced TInt64.Low() with the I64LOW(TInt64) Macro -updated the 'Create' function call Changes made by Adam Russell: -in order to resolve two kernel panics: -removed reference to PL_clocktick at line 198 as it is not correctly defined when first called there -changed CPerlBase to call a new constructor I created in Perl Base.cpp. The reason for this is that the new constructor does not push anything into the CleanupStack because doing so from a console app will cause a panic. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* patch submission(symbian/PerlBase.cpp)Adam Russell2009-06-291-0/+13
| | | | | | | | | charset="iso-8859-1" I needed to create a new constructor which does not use the cleanup stack since use of the cleanup stack from a console app will cause a kernel panic. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* tjenness: dual life modulesTim Jenness2009-06-292-17/+16
| | | | | | | | | | | | | | | | | | | | | On Mon, 8 Jun 2009, Dave Mitchell wrote: > File::Temp > > blead and maint have some local portability fixes to > lib/File/Temp/t/fork.t, which is would be nice to see backported > to a new CPAN release. V0.22 is on its way to CPAN. Patch against blead is attached. This only includes the patch to fork.t rather than risking changes to Temp.pm itself. From e4eb4ee45a57b117f82541fbc66320112da228d4 Mon Sep 17 00:00:00 2001 From: Tim Jenness <t.jenness@jach.hawaii.edu> Date: Sun, 28 Jun 2009 21:41:14 -1000 Subject: [PATCH] Synchronize File::Temp with CPAN v0.22 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* fix MANIFEST perms & add case-insensitive excludeDavid Golden2009-06-291-2/+2
| | | | Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* pjf: dual life modulesPaul Fenwick2009-06-2951-92/+1754
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | G'day Dave / p5p, Attached is a patch that brings blead up to autodie 2.0, providing the new hinting interface, and matching what's out there on the CPAN. Cheerio, 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 From 41441253d22a31e4942ae0949102fada56b15343 Mon Sep 17 00:00:00 2001 From: Paul Fenwick <pjf@perltraining.com.au> Date: Mon, 29 Jun 2009 12:08:21 +1000 Subject: [PATCH] Merge autodie 2.00 into CORE. 2.00 Mon Jun 29 01:24:49 AUSEST 2009 * FEATURE: autodie can now accept hints regarding how user and module subroutines should be handled. See autodie::hints for more information. * INTERFACE: The calls to the internal subroutines one_invocation() and write_invocation() have changed. An additional argument (the user subroutine reference) is passed as the second-last argument. This may break code that previously tried to call these subroutines directly. * BUGFIX: Calls to subroutines to File::Copy should now correctly throw exceptions when called in a list context. * BUGFIX: An internal error where autodie could potentially fail to correctly report a dying function's name has been fixed. * BUGFIX: autodie will no longer clobber package scalars when a format has the same name as an autodying function. (Thanks to Ben Morrow) * INTERFACE: The internal interfaces for fill_protos(), one_invocation(), write_invocation() are now once again backward compatible with legacy versions of Fatal. It is still strongly recommended these interfaces are NOT called directly. The _make_fatal() subroutine is not backwards compatible. * TEST: Added internal-backcompat.t to test backwards compatibility of internal interfaces. * DOCUMENTATION: Expanded documentation regarding how autodie changes calls to system(), and how this must be explicitly enabled. * BUGFIX: A situation where certain compile-time diagnostics and errors from autodie would not be displayed has been fixed. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update Module::Build to 0.33_05David Golden2009-06-2939-322/+762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Integrate version.pm-0.77 into bleadperlJohn Peacock2009-06-284-206/+351
|
* Removed obsolete E32Dll dll entry point which was removed from Symbian SDKs ↵Adam Russell2009-06-281-2/+0
| | | | a long time ago(as of S60 3rd edition).
* Add t/pod/diag.t to the MANIFESTRafael Garcia-Suarez2009-06-281-0/+1
|
* Bump version of fields.pm to 2.14 to match the version of base.pmRafael Garcia-Suarez2009-06-281-1/+1
|
* Add base.pm tests from the CPAN distributionRafael Garcia-Suarez2009-06-285-0/+539
|
* Move module part of the base.pm test suite in base.pm's test directoryRafael Garcia-Suarez2009-06-283-2/+2
|
* Silence warnings in test with 5.10.0Rafael Garcia-Suarez2009-06-281-0/+3
|
* Bump Safe version to 2.17 for CPAN releaseRafael Garcia-Suarez2009-06-281-1/+1
|
* Small pod/wording fixesRafael Garcia-Suarez2009-06-281-7/+6
|
* Extra examples for 'sort'Bram2009-06-281-0/+18
|
* Document what $* used to do on older versionsBram2009-06-281-2/+6
|
* Update ExtUtils::ParseXS to 2.19_03David Golden2009-06-287-19/+213
| | | | | | | | | | | | | | | | | | | | | 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-2813-20/+50
|
* upgrade to Time::Piece 1.15David Mitchell2009-06-283-3/+7
|
* bump Dynaloader to 1.10 to distinguish it from the 5.8.9 releaseDavid Mitchell2009-06-271-1/+1
|
* update Maintainers.plDavid Mitchell2009-06-271-3/+3
|
* sync blead with Update Archive::Extract 0.34David Mitchell2009-06-273-41/+41
| | | | (follow up to 198e857cc6, syncing whitespace)
* Make stash.t redirect stderr.Craig A. Berry2009-06-271-0/+1
| | | | | Otherwise, on VMS, the subprocess exit status gets displayed and causes the test to fail.
* Update CPANPLUS to 0.87_03Jos I. Boumans2009-06-2717-29/+64
|
* Upgrade to File::Fetch 0.20Jos I. Boumans2009-06-272-20/+70
|
* Adjustments to t/pod/diag.tRafael Garcia-Suarez2009-06-271-3/+3
|
* Add support for TODO diag tests -- a list in DATA of error messages that are ↵James Mastros2009-06-271-27/+252
| | | | allowed to not be in perldiag.pod without it being a 'not ok', just a 'ok # TODO', and populate the DATA section with the current ones.
* Add test to make sure everything that outputs an exception or warning has a ↵James Mastros2009-06-278-18/+191
| | | | matching entry in perldiag (and fix it so that more of the existing ones do).
* Changed to incorporate latest SDKs.Osvaldo Villalon2009-06-271-0/+13
|
* Update CPAN.pm to 1.9402Andreas J Koenig2009-06-278-35/+89
|
* Update Archive::Extract to 0.34Jos I. Boumans2009-06-2721-204/+258
| | | | | | | | | | | | | | | | | | | | | | | | | Greetings, below are the patch notes: Changes for 0.32 Sat Jun 27 14:23:54 2009 ============================================ * Attempt to address #46948: unable to install install on win32. Binaries on Win32 are notoriously unreliable and Strawberry perl ships with all the needed perl modules, so skip failed binary tests on Win32. * Address #47053: Use Archive::Tar iter to keep from read the tar into memory. Thanks to Robert Krimen and Doug Wilson for their patches. -- Jos Boumans "Whenever you find you are on the side of the majority, it is time to pause and reflect." - Mark Twain Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update CPANPLUS::Dist::Build to CPAN version 0.35_02Chris 'BinGOs' Williams2009-06-274-18/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* One more regression test for RT #59734Vincent Pit2009-06-261-0/+1
|
* PATCH small documentation change for UCD.pmkarl williamson2009-06-261-1/+5
| | | | | | | | | From 47005e45e9738044f28ea250c17120bfa04a09b1 Mon Sep 17 00:00:00 2001 From: Karl Williamson <khw@khw-desktop.(none)> Date: Fri, 26 Jun 2009 12:11:05 -0600 Subject: [PATCH] Small documentation change Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update RExC_npar and after_freeze correctly after the first branch of a (?| ↵Vincent Pit2009-06-262-0/+12
| | | | | | ... ) This fixes RT #59734 : Segfault when using (?|) in regexp.
* pod/perlfilter.pod: two POD typosFrank Wiegand2009-06-261-2/+2
| | | | | | | | | | | | | | | Hi, while reading perlfilter.pod I found two typos, patch is attached. Thanks, Frank From ab8b547c7f60f1793dfd111d0d758853a07fbc95 Mon Sep 17 00:00:00 2001 From: Frank Wiegand <frank.wiegand@gmail.com> Date: Fri, 26 Jun 2009 13:15:24 +0200 Subject: [PATCH] perlfilter.pod: fix two typos Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>