Reini Urban [Mon, 4 Jan 2010 18:39:00 +0000]
perlguts: mutli-threaded typo
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From
76ebe81f50d97e606c4243d5060d4749f7408deb Mon Sep 17 00:00:00 2001
From: Reini Urban <rurban@x-ray.at>
Date: Mon, 4 Jan 2010 18:09:25 +0000
Subject: [PATCH 1/2] perlguts: mutli-threaded typo
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Reini Urban [Mon, 4 Jan 2010 18:39:44 +0000]
perlguts: B::Generate already works
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
From
520f6e768bdf71ad35740698df2d4c7f0bb7ae9e Mon Sep 17 00:00:00 2001
From: Reini Urban <rurban@x-ray.at>
Date: Mon, 4 Jan 2010 18:16:14 +0000
Subject: [PATCH 2/2] perlguts: B::Generate already works
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Nicholas Clark [Mon, 4 Jan 2010 13:03:31 +0000]
A mechanism for inlineable OP equivalents of XSUBs is a TODO.
Nicholas Clark [Mon, 4 Jan 2010 11:23:55 +0000]
Following
fd909433c7437296, check that {sub f} correctly stubs the subroutine.
Vincent Pit [Sun, 3 Jan 2010 15:33:35 +0000]
Allow "{sub f}" to compile
Rafael Garcia-Suarez [Sun, 3 Jan 2010 14:47:35 +0000]
Bump version of UNIVERSAL.pm
Ricardo Signes [Tue, 29 Dec 2009 13:16:24 +0000]
dial back warnings on UNIVERSAL->import
still warn on UNIVERSAL->import(@args)
do not warn on UNIVERSAL->import; this means "use UNIVERSAL;" is
still accepted without warning (for better or worse)
Jim Cromie [Thu, 31 Dec 2009 05:09:03 +0000]
advice regarding make regen changes
Reini Urban [Sun, 3 Jan 2010 12:09:02 +0000]
CC compiler updates for >=5.10
PP_EVAL: nullify the string loop, analog to the old retstack.
pp_leaveeval sets: retop = cx->blk_eval.retop
PP_ENTERTRY: See PERL_FLEXIBLE_EXCEPTIONS in cop.h
Craig A. Berry [Thu, 31 Dec 2009 03:43:43 +0000]
TT is not a terminal in lots of situations.
d1585ceaf66a98c6f5f3520ecf3dec4ccc98a1d6 didn't go far enough. TT may
be a mailbox when we're in a subprocess, for example. So skip on VMS
unless TT translates to one of the more common terminal device names.
Vincent Pit [Wed, 30 Dec 2009 22:53:22 +0000]
s/text message/text editor/ in the last change to perlrepository.pod
Spotted by David E. Wheeler.
Jesse Vincent [Tue, 29 Dec 2009 01:47:19 +0000]
Update perlrepository.pod with new guidelines on commit messages and patches.
Karl Williamson pointed out to me that our existing guidelines on
commit messages in 'perlrepository.pod' were somewhat less than ideal.
This commit improves our documentation for commit messages, though it
may want cleanup or further improvement.
Karl Williamson [Tue, 29 Dec 2009 23:38:38 +0000]
Correct \p{print} to not match LINE SEPARATOR nor PARAGRAPH SEPARATOR
The Unicode Standard defines (as a recommendation) that Print be based on
graphical characters and blank characters (minus controls). Perl's has been
based on space rather than blank. The only practical effect this has is that
Perl erroneously matches the LINE SEPARATOR and PARAGRAPH SEPARATOR, which
clearly are not printable characters.
Signed-off-by: Abigail <abigail@abigail.be>
Shlomi Fish [Wed, 30 Dec 2009 11:18:23 +0000]
Add a usage scenario and common use pattern to perldoc -f quotemeta
karl williamson [Tue, 29 Dec 2009 20:13:18 +0000]
PATCH: correct grammatical error in perlunicode.pod
Attached
From
75bb462da5f7ea844447dfdd7d9aadfe15f6dcf3 Mon Sep 17 00:00:00 2001
From: Karl Williamson <khw@khw-desktop.(none)>
Date: Tue, 29 Dec 2009 13:08:28 -0700
Subject: [PATCH] Correct grammatical error in perlunicode.pod
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
H.Merijn Brand [Tue, 29 Dec 2009 16:17:21 +0000]
Guard open.t against Encode not being available
Similar changes should/could be made to cpan/CGI/t/utf8.t
and ext/XS-APItest/t/utf16_to_utf8.t
Reasoning is my smokes being built without Encode, because
it takes too long.
karl williamson [Mon, 28 Dec 2009 16:16:27 +0000]
PATCH: document all Perl Unicode \p{} extensions
This also changes some C<> constructs.
From
d01b049b3aa9bc3a394adb30d6db735f5dd52321 Mon Sep 17 00:00:00 2001
From: Karl Williamson <khw@khw-desktop.(none)>
Date: Mon, 28 Dec 2009 09:14:48 -0700
Subject: [PATCH] Document all perl Unicode \p extensions
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
karl williamson [Mon, 28 Dec 2009 03:31:56 +0000]
PATCH: Makefile in lib/unicore shouldn't clean .t file
Attached.
From
35eb2eee53740951b4f3dd7e96dc030d38e84ba7 Mon Sep 17 00:00:00 2001
From: Karl Williamson <khw@khw-desktop.(none)>
Date: Sun, 27 Dec 2009 20:30:00 -0700
Subject: [PATCH] make clean shouldn't remove .t file
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
brian d foy [Sun, 27 Dec 2009 10:01:57 +0000]
* fix a perlop fix from debian: bugs.debian.org/514814
The original said
C<< <I<filehandle>> >>
The italic is probably meant for "filehandle", which is a stand-in
for a concrete filehandle. The italic should not apply to the
syntax for the line input operator.
The fix turned it inside out and brought back the ugly interior
sequences:
I< C< E<lt>filehandleE<gt> > >
It's much better without worrying about the italic face.
Karl Williamson [Fri, 25 Dec 2009 17:40:56 +0000]
Update pods
Signed-off-by: Abigail <abigail@abigail.be>
Karl Williamson [Fri, 25 Dec 2009 05:54:58 +0000]
Update .pods
Signed-off-by: Abigail <abigail@abigail.be>
Father Chrysostomos [Tue, 22 Dec 2009 13:03:49 +0000]
[perl #70748] threads panic in del_backref
This was caused by change 34210/41fae7a, which simply reveals a bug that
already existed.
A sub returned from a thread brings a lot of baggage with it, including
some globs. There is this comment near the top of Perl_sv_dup in the
if(param->flags & CLONEf_JOIN_IN) block that reads:
/** don't clone stashes if they already exist **/
Then later on, under case SVt_PVGV:
/* Don't call sv_add_backref here as it's going to be
created as part of the magic cloning of the symbol
table. */
So what’s happening is that there is a glob with no back-reference in its
stash, which glob is sometimes freed after the stash, so it induces the
panic.
Karl Williamson [Mon, 21 Dec 2009 18:44:35 +0000]
Fix up pods for \X
Nicholas Clark [Mon, 21 Dec 2009 11:48:38 +0000]
expand-macro.pl was printing the header include to STDOUT by mistake.
This stopped it expanding macros in header files not directly or indirectly
included via perl.h or EXTERN.h
The bug was introduced with change
4784c5e80ccedd3734ce162e02ed1c7e25e60c01.
H.Merijn Brand [Mon, 21 Dec 2009 11:17:57 +0000]
The use of PTH will be unsupported in perl-5.12 for HP-UX 10.20
David Golden [Mon, 21 Dec 2009 05:06:11 +0000]
have corelist-perldelta.pl generate add'l sections
David Golden [Mon, 21 Dec 2009 04:03:30 +0000]
fix CPAN.pm test broken by hotfixes
David Golden [Mon, 21 Dec 2009 03:53:57 +0000]
local version number bumps for CPAN.pm hotfixes
David Golden [Mon, 21 Dec 2009 03:45:05 +0000]
note CPAN hotfixes in perldelta
David Golden [Mon, 21 Dec 2009 03:38:26 +0000]
hotfix CPAN.pm to force only ftp URLs
CPAN::FTP has problems with curl and other command line
programs. Having mirror autoconfig prefer http URLs was
triggering these bugs for any bootstrap installation without
LWP.
This hotfix forces only ftp URLs from autoconfig which
hides the problem for now until CPAN::FTP can be fixed
upstream.
David Golden [Mon, 21 Dec 2009 02:51:41 +0000]
hotfix App::Cpan
Suppresses uninitialized warnings and NullLogger output. Changes
have already been submitted to upstream repos.
David Golden [Sun, 20 Dec 2009 23:18:34 +0000]
fix pod typo in how_to_write_a_perldelta.pod
Jesse Vincent [Sun, 20 Dec 2009 22:57:02 +0000]
Update Module::CoreList for the new Encode (and seeming missing updates from M::B update)
Jesse Vincent [Sun, 20 Dec 2009 22:54:11 +0000]
First pass at noting the update to Encode 2.39 rgs applied
Jesse Vincent [Sun, 20 Dec 2009 22:50:07 +0000]
Full initial pass at perldelta. ready for sanity checking
Jesse Vincent [Sun, 20 Dec 2009 22:39:02 +0000]
Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
* 'blead' of git+ssh://perl5.git.perl.org/perl:
Unicode documentation updates
Jesse Vincent [Sun, 20 Dec 2009 22:38:47 +0000]
Note U+0FFFF regex support in perldelta
Karl Williamson [Sun, 20 Dec 2009 22:33:56 +0000]
Unicode documentation updates
Jesse Vincent [Sun, 20 Dec 2009 22:27:15 +0000]
Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
* 'blead' of git+ssh://perl5.git.perl.org/perl:
Upgrade to Encode 2.39
Jesse Vincent [Sun, 20 Dec 2009 22:20:43 +0000]
further perldelta triage
Rafael Garcia-Suarez [Sun, 20 Dec 2009 22:17:00 +0000]
Upgrade to Encode 2.39
Jesse Vincent [Sun, 20 Dec 2009 22:10:36 +0000]
Further perldelta triage.
Jesse Vincent [Sun, 20 Dec 2009 21:58:46 +0000]
Removing pod boilerplate
Jesse Vincent [Sun, 20 Dec 2009 21:50:42 +0000]
Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
* 'blead' of git+ssh://perl5.git.perl.org/perl:
change non-char warning message from malformed
Remove spurious case of warning "Use of %s without parentheses is ambiguous"
Jesse Vincent [Sun, 20 Dec 2009 21:50:15 +0000]
Further perldelta hacking
Karl Williamson [Sun, 20 Dec 2009 21:25:13 +0000]
change non-char warning message from malformed
Rafael Garcia-Suarez [Sun, 20 Dec 2009 21:38:53 +0000]
Remove spurious case of warning "Use of %s without parentheses is ambiguous"
Eric Brine pointed out that this warning doesn't apply to ".",
as in C<rand . 1>, that shouldn't warn since C<. 1> cannot be
mistaken for a floating point number.
Jesse Vincent [Sun, 20 Dec 2009 21:35:00 +0000]
more perldelta updates
David Golden [Sun, 20 Dec 2009 20:49:15 +0000]
describe new CPAN.pm, ExtUtils::MakeMaker and Module:Build
Jesse Vincent [Sun, 20 Dec 2009 20:46:49 +0000]
Small fixups from corion
David Golden [Sun, 20 Dec 2009 20:36:30 +0000]
update perldelta with module and pragma version updates
Jesse Vincent [Sun, 20 Dec 2009 20:35:46 +0000]
Add 5.11.3 to perlhist.
Jesse Vincent [Sun, 20 Dec 2009 20:32:45 +0000]
Remove Roman numerals from README.vms after confirmation from Craig that it's not actually important
Jesse Vincent [Sun, 20 Dec 2009 20:21:29 +0000]
Update AUTHORS file for 5.11.3
David Golden [Sun, 20 Dec 2009 20:27:58 +0000]
Update Module::CoreList for Module::Build update to 0.36
David Golden [Sun, 20 Dec 2009 20:18:32 +0000]
Updated Module::Build to 0.36
0.36 - Sun Dec 20 15:02:38 EST 2009
No changes from 0.35_15 other than the version number.
Summary of major changes since 0.35:
Enhancements:
- Added 'Build installdeps' action to install needed dependencies via
a user-configurable command line program. (Defaults to 'cpan'.)
- Command line options may be set via the PERL_MB_OPT environment
variable (similar to PERL_MM_OPT in ExtUtils::MakeMaker)
- Generates MYMETA.yml during Build.PL (new standard protocol for
communicating configuration results between toolchain components)
- Reduced amount of console output under normal operation (use --verbose
to see all output)
- Added experimental inc/ bundling; see Module::Build::Bundling for
details.
New or changed properties:
- Added 'share_dir' property to provide File::ShareDir support;
File::ShareDir automatically added to 'requires' if 'share_dir' is set
- Added 'needs_compiler' property. Defaults to true if XS or c_source
exist. If true, ExtUtils::CBuilder is also added to build_requires.
- 'C_support' is no longer an optional feature. Modern ExtUtils::CBuilder
and ExtUtils::ParseXS added to the 'requires' list. This ensures that
upgrading Module::Build will upgrade these critical modules.
- Clarified that 'apache' in the license attribute indicates the Apache
License 2.0 and added 'apache_1_1' for the older version of the license
(RT#50614)
Deprecations:
- Module::Build::Compat 'passthrough' style has been deprecated. Using
'passthrough' will issue warnings on Makefile.PL generation. See
Module::Build::Compat documentation for rationale.
Internals:
- Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now
based on YAML::Tiny as well
- A new get_metadata() method has been added as a simpler wrapper around
the old, kludgy prepare_metadata() API.
- Replaced guts of new_from_context(). Build.PL is now executed in a
separate process before resume() is called. (This is generally only of
interest to Module::Build or toolchain developers) (RT#49350)
- Add support for 'package NAME VERSION' syntax added in Perl 5.11.1
Notable bug fixes:
- The "test" action now dies when using the 'use_tap_harness'
option and tests fail, matching the behavior under Test::Harness.
(RT#49080) [initial patch from David Wheeler; revised by David Golden]
- Updated PPM generation to PPM v4 (RT#49600) [Olivier Mengue]
- When module_name is not supplied, no packlist was being written; fixed
by guessing module_name from dist_version_from or the directory name
(just like ExtUtils::Manifest does without NAME) [David Golden]
- Failure to detect a compiler will now warn during Build.PL and be a
fatal error when trying to compile during Build. (RT#48918) [David
Golden]
- Auto-detection of abstract and author fixed for mixed-case POD headers
(RT#51117) [David Wheeler]
- resume() was not restoring additions to @INC added in Build.PL
(RT#50145) [David Golden]
- When tarball paths are less than 100 characters, disables 'prefix'
mode of Archive::Tar for maximum compatibility (RT#50571) [David Golden]
- Merging 'requires' and 'build_requires' in Module::Build::Compat could
lead to duplicate PREREQ_PM entries; now the highest version is used
for PREREQ_PM. (RT#50948) [David Golden]
- Module::Build::Compat will now die with an error if advanced,
non-numeric prerequisites are given, as these are not supported by
ExtUtils::MakeMaker in PREREQ_PM [David Golden]
Jesse Vincent [Sun, 20 Dec 2009 20:12:03 +0000]
update perldetla instructions to mention the new test-file autogenerater
Jesse Vincent [Sun, 20 Dec 2009 20:09:31 +0000]
Update perldelta with newly added tests, using corion++'s new automation
Max Maischein [Sun, 20 Dec 2009 19:48:08 +0000]
Generate a stub for newly added tests since the last release (2nd try, with fixed pod)
Jesse Vincent [Sun, 20 Dec 2009 19:53:46 +0000]
Regenerate Module::CoreList and bump to 2.24 for Perl 5.11.3
Jesse Vincent [Sun, 20 Dec 2009 19:49:33 +0000]
Minor updates to our corelist update tool
Jesse Vincent [Sun, 20 Dec 2009 19:15:33 +0000]
Bump to 5.11.3
Jesse Vincent [Sun, 20 Dec 2009 19:15:15 +0000]
Added a todo about some releng automation we could use
Jesse Vincent [Sun, 20 Dec 2009 19:02:46 +0000]
POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the version
Jesse Vincent [Sun, 20 Dec 2009 19:00:40 +0000]
Bumped File::Find's version since it's changed since 5.11.2
David Golden [Sun, 20 Dec 2009 17:29:04 +0000]
mention Porting/corelist-perldelta.pl in perldelta instructions
David Golden [Sun, 20 Dec 2009 16:53:11 +0000]
Various perldelta consistency edits and other cleanup
Karl Williamson [Fri, 18 Dec 2009 03:07:32 +0000]
Allow U+0FFFF in regex
Rafael Garcia-Suarez [Sun, 20 Dec 2009 15:32:12 +0000]
Note legacy.pm changes in perldelta
Rafael Garcia-Suarez [Sun, 20 Dec 2009 15:23:36 +0000]
Introduce C<use feature "unicode_strings">
This turns on the unicode semantics for uc/lc/ucfirst/lcfirst
operations on strings without the UTF8 bit set but with ASCII
characters higher than 127. This replaces the "legacy" pragma
experiment.
Note that currently this feature sets both a bit in $^H and
a (unused) key in %^H. The bit in $^H could be replaced by
a flag on the uc/lc/etc op. It's probably not feasible to
test a key in %^H in pp_uc in friends each time we want to
know which semantics to apply.
H.Merijn Brand [Sun, 20 Dec 2009 14:11:43 +0000]
Speed-up notice for bisects (skip Encode)
Alexandr Ciornii [Sun, 20 Dec 2009 13:46:36 +0000]
ExtUtils::MakeMaker changes for perl5113delta.pod
Daniel Frederick Crisman [Wed, 16 Dec 2009 19:28:20 +0000]
Add lchown to POSIX.pod
Rafael Garcia-Suarez [Sun, 20 Dec 2009 10:01:34 +0000]
Make eval {} compile directly to OP_ENTERTRY
This way, it's correctly caught and blocked by Safe, separately
from eval "".
Nicholas Clark [Sun, 20 Dec 2009 10:23:26 +0000]
Fix Pod errors in perl5113delta.pod.
Leon Brocard [Sun, 20 Dec 2009 09:14:53 +0000]
Fix version number we are different from
Ricardo Signes [Sat, 19 Dec 2009 23:36:50 +0000]
flesh out doc updates
Jesse Vincent [Sat, 19 Dec 2009 22:52:37 +0000]
Further paring down of perldelta
Jesse Vincent [Sat, 19 Dec 2009 22:08:28 +0000]
More pruning of the perl 5.11.3 delta file
Craig A. Berry [Sat, 19 Dec 2009 17:12:33 +0000]
Rename VMS-unfriendly multi-dot files.
Nicholas Clark [Sat, 19 Dec 2009 16:19:43 +0000]
Run t/porting/diag.t from the top-level directory.
The home-grown glob on VMS does not properly handle relative paths
containing C<../> so this test has been failing for reasons having
nothng to do with what's being tested. For now, just avoid the
problem by running from one level up.
Message-id: <
20091219161943.GQ2582@plum.flirble.org>
Craig A. Berry [Sat, 19 Dec 2009 16:05:12 +0000]
runperl may modify arguments passed to it.
So be cautious about reusing them. In this case, filenames acquired
quotes in them, which are not legal in filenames on VMS.
Craig A. Berry [Sat, 19 Dec 2009 15:33:32 +0000]
TT is not a terminal for non-interactive processes.
-t correctly does not report true in this case, but the test was
assuming it would. Since there is no equivalent to F$MODE() in
Perl, rely on the fact that in batch TT is a logical name pointing
to _NLA0:.
brian d foy [Sat, 19 Dec 2009 10:27:31 +0000]
* Synced the perlfaq
The latest commit in https://github.com/briandfoy/perlfaq is
4e2e0c9bcb3404e0b09d2e61e23ba6a6095b1
dated Sat Dec 19 04:17:11 2009 -0600
brian d foy [Sat, 19 Dec 2009 10:27:24 +0000]
* Update perlport examples for modern Perl style
Jesse Vincent [Fri, 18 Dec 2009 22:31:44 +0000]
Sorting MANIFEST
Jesse Vincent [Fri, 18 Dec 2009 22:05:45 +0000]
Upgrade to Pod::Simple 3.13 from CPAN to fix a regression (in 3.08) that broke html output
Jesse Vincent [Fri, 18 Dec 2009 21:27:09 +0000]
First pass at cutting down the git log as a 5.11.3 changelog
Jesse Vincent [Fri, 18 Dec 2009 18:49:01 +0000]
Update MANIFEST for the latest changes to CPAN.pm
Jesse Vincent [Fri, 18 Dec 2009 18:46:35 +0000]
manicheck's complaints about missing files are now closer to the form
you might want to paste into a MANIFEST
Jesse Vincent [Fri, 18 Dec 2009 18:45:07 +0000]
Detabify manicheck
Gerard Goossen [Fri, 18 Dec 2009 17:41:00 +0000]
When discarding a token free the op associated with it
When discarding a token free the op associated with it.
Fixes memory leak in comp/parser.t
Gerard Goossen
From
7694ec023ec8856f34964b5eeea58f1b588c89bc Mon Sep 17 00:00:00 2001
From: Gerard Goossen <gerard@ggoossen.net>
Date: Fri, 18 Dec 2009 18:32:11 +0100
Subject: [PATCH 4/4] When discarding a token free the op associated with it.
Status: O
Content-Length: 438
Lines: 20
Fixes memory leak in comp/parser.t
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Jesse Vincent [Fri, 18 Dec 2009 18:07:04 +0000]
Bring up ExtUtils::MakeMaker to 6.56 - no functional changes from 6.55_03
Jesse Vincent [Fri, 18 Dec 2009 17:47:08 +0000]
Import CPAN.pm 1.94_53 from CPAN
Gerard Goossen [Fri, 18 Dec 2009 14:11:25 +0000]
Free the PL_scopestack_name
Free the PL_scopestack_name
Gerard Goossen
From
4652807944b1b7efc8a66b3fe8d7562d23a2189f Mon Sep 17 00:00:00 2001
From: Gerard Goossen <gerard@ggoossen.net>
Date: Fri, 18 Dec 2009 15:09:49 +0100
Subject: [PATCH 2/2] Free the PL_scopestack_name
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Jan Dubois [Fri, 18 Dec 2009 02:28:16 +0000]
Export PL_curinterp symbol for MULTIPLICITY without USE_ITHREADS
This is necessary for XS extensions that define PERL_CORE. In that
situation PERL_GET_CONTEXT will resolve to PL_curinterp, which is
normally not exported (extensions call Perl_Gcurinterp_ptr() to get a
pointer to PL_curinterp instead). With USE_ITHREADS defined
PERL_GET_CONTEXT will expand to Perl_get_context() even inside the
core because the context needs to be fetched from threadlocal storage.
Max Maischein [Thu, 17 Dec 2009 22:22:39 +0000]
Correct some #ifdef USE_ITHREADS / USE_MULTI
David Golden [Thu, 17 Dec 2009 22:59:27 +0000]
Updated Module::Build to 0.35_15
This is just to sync with CPAN -- these changes should not impact
blead.
0.35_15 - Thu Dec 17 17:51:22 EST 2009
Bug fixes:
- Make sure PPM tests are skipped if IO::File is too old [David Golden]
David Golden [Thu, 17 Dec 2009 21:08:09 +0000]
Updated Module::Build to 0.35_14
0.35_14 - Thu Dec 17 16:02:14 EST 2009
Bug fixes:
- If not set, the 'module_name' is detected from 'dist_version_from'
or from 'dist_name'. The directory is no longer used. [David Golden]
- The 'share_dir' property no longer defaults to 'share' and must be
explicitly set instead; this fixes problems for CPAN distributions that
already have a 'share' directory for whatever reason [David Golden]
- Change t/00-compile.t test for more portability [David Golden]
- Skip ppm.t if Pod::Html is not available [David Goldenj]
- Changed guts of inc::latest to work properly on older versions of Perl
[David Golden]
- Ensure bundle_inc.t doesn't accidentally uninstall the installed M::B
during testing if the user had 'uninst=1' set during Build.PL
[David Golden]
0.35_13 - Sat Dec 5 11:26:36 EST 2009
Bug fixes:
- Protect against tempfile errors when checking ExtUtils::Installed
[David Golden]
0.35_12 - Fri Dec 4 23:06:49 EST 2009
Bug fixes:
- Protect inc/ bundling tests against broken ExtUtils::Installed
[David Golden]
0.35_11 - Thu Dec 3 11:07:44 EST 2009
*** API CHANGE ***
- The old API for prepare_metadata() has been restored to avoid breaking
distributions that were overriding it (e.g. BioPerl), but the method
has been marked deprecated and may be made private or may disappear in
some future version of Module::Build. [David Golden]
- A new get_metadata() method has been added as a simpler wrapper around
the old, kludgy prepare_metadata() API. [David Golden]
0.35_10 - Tue Nov 24 22:49:19 EST 2009
Bug fixes:
- bundle_inc.t is more careful about permissions and open filehandles
to avoid failures/skips on Win32 [David Golden]
- Fix compilation error in Module::Build::Platform::VMS (RT#51766)
[David Golden]
- Don't generate a MANIFEST.SKIP during distclean and add any generated
MANIFEST.SKIP to cleanup list [reported by Zefram, fixed by David Golden]
- Module::Build::ModuleInfo version parsing would fail if a module sets
its $VERSION from another module, but the other module is not installed.
We now try to detect such failures, prepend 'lib' to @INC and try again.
[David Golden]
- MYMETA.yml used to be generated from scratch, overriding any
customizations used to create META.yml. Now, if META.yml exists, that
will be used as the base for MYMETA and only prereq fields will be
updated (to reflect any dynamic configuration); also, 'dynamic_config'
will be set to false and 'generated_by' will be updated [David Golden]
0.35_09 - Thu Nov 19 01:30:42 EST 2009
Bug fixes:
- The DB package should not be included in 'provides' in META files
[David Golden]
- Fixed t/xs.t build failures in bleadperl for noexec temp directories
[Nicholas Clark]
- Adjusted order of @INC in resume() (fixes par.t, ppm.t, xs.t fails):
@INC = @new_additions_to_inc, @saved_additions_to_inc, @default_inc
[David Golden]
- Skip bundle_inc.t tests if bundled Module::Build for test can't be
tweaked (Works around test crashes on Win2) [David Golden]
Other:
- 'C_support' is no longer an optional feature. Modern ExtUtils::CBuilder
and ExtUtils::ParseXS added to the 'requires' list. This ensures that
upgrading Module::Build will upgrade this critical modules.
ExtUtils::CBuilder no longer requires a compiler, so it is "safe" to
require.
Chris Williams [Thu, 17 Dec 2009 22:08:48 +0000]
Updated CPANPLUS to cpan release 0.90
Changes for 0.90 Thu Dec 17 21:40:13 2009
================================================
* Version bump