14 years agoDon't suggest Mail::Send isn't availble if we're ignoring it
Abigail [Mon, 23 Nov 2009 17:56:44 +0000]
Don't suggest Mail::Send isn't availble if we're ignoring it

14 years agoMove change c35076938c7236fb into embed.fnc, from the generated file proto.h
Nicholas Clark [Mon, 23 Nov 2009 15:07:47 +0000]
Move change c35076938c7236fb into embed.fnc, from the generated file proto.h

14 years agoAdded a perltodo about enabling/disabling individual warnings
Jesse Vincent [Mon, 23 Nov 2009 14:38:10 +0000]
Added a perltodo about enabling/disabling individual warnings

14 years agoFix mktables calls in Win32 makefiles
Nicholas Clark [Mon, 23 Nov 2009 11:02:17 +0000]
Fix mktables calls in Win32 makefiles

Subject: Re: Smoke [5.11.2] v5.11.2-42-g02b203e FAIL(M) MSWin32 WinXP/.Net SP3 (x86/2 cpu)
Date: Mon, 23 Nov 2009 11:02:17 +0000
Message-ID: <20091123110217.GU2582@plum.flirble.org>

14 years agoMake unicode semantics the default
Karl Williamson [Fri, 20 Nov 2009 18:02:01 +0000]
Make unicode semantics the default

14 years agodisable Module::Build bundle_inc.t
David Golden [Mon, 23 Nov 2009 12:38:11 +0000]
disable Module::Build bundle_inc.t

14 years agoMore info about camel in perlrepository.pod
Dennis Kaarsemaker [Sat, 21 Nov 2009 20:51:46 +0000]
More info about camel in perlrepository.pod

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>

14 years agofix logic for a workaround in POSIX.xs
Stepan Kasal [Mon, 23 Nov 2009 11:14:06 +0000]
fix logic for a workaround in POSIX.xs

There is the assignment "RETVAL = 0" to silence the compiler in case
it incorrectly reports return of an undefined value.
This assignment should be present whenever *any* of the symbols is
not defined.  But the code was written so that the assignment was
compiled only when *none* of the symbols was defined.

14 years agoUse hex instead of octal for larger code points
Karl Williamson [Sat, 21 Nov 2009 00:14:30 +0000]
Use hex instead of octal for larger code points

14 years agoAdd also mktables.lst to gitignore, since it's generated
Rafael Garcia-Suarez [Sun, 22 Nov 2009 21:44:17 +0000]
Add also mktables.lst to gitignore, since it's generated

14 years agoAdd new pod file to various lists and makefiles
Rafael Garcia-Suarez [Sun, 22 Nov 2009 21:35:31 +0000]
Add new pod file to various lists and makefiles

14 years agoSimplify title of perluniprops
Rafael Garcia-Suarez [Sun, 22 Nov 2009 21:30:17 +0000]
Simplify title of perluniprops

The man standard requires the title to be on one line.

14 years agoAdd deprecation of goto to inner scopes to perldelta
Rafael Garcia-Suarez [Sun, 22 Nov 2009 21:17:43 +0000]
Add deprecation of goto to inner scopes to perldelta

14 years agoAdd Karl's text describing his Unicode property changes to perldelta
Rafael Garcia-Suarez [Sun, 22 Nov 2009 21:14:35 +0000]
Add Karl's text describing his Unicode property changes to perldelta

14 years agoMerge branch 'mktables' into blead
Rafael Garcia-Suarez [Sun, 22 Nov 2009 20:39:07 +0000]
Merge branch 'mktables' into blead

14 years agoRemove mktables.lst, since it's generated
Rafael Garcia-Suarez [Sun, 22 Nov 2009 20:37:51 +0000]
Remove mktables.lst, since it's generated

14 years agoAdd new generated file lib/unicore/Heavy.pl to gitignore
Rafael Garcia-Suarez [Sun, 22 Nov 2009 20:10:38 +0000]
Add new generated file lib/unicore/Heavy.pl to gitignore

Also remove from there files that are no longer generated by mktables.

14 years agoFix plan syntax in TAP output
Rafael Garcia-Suarez [Sun, 22 Nov 2009 18:50:33 +0000]
Fix plan syntax in TAP output

14 years agomktables revamp
Karl Williamson [Sun, 22 Nov 2009 06:45:28 +0000]
mktables revamp

14 years agoFix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242cdb
Vincent Pit [Sat, 21 Nov 2009 21:07:31 +0000]
Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242cdb

14 years agoResort MANIFEST - Latest Module::Build MANIFEST update broke sorting.
Jesse Vincent [Sat, 21 Nov 2009 19:27:39 +0000]
Resort MANIFEST - Latest Module::Build MANIFEST update broke sorting.

14 years agoAdd new warning introduced by last patch in perldiag.
Rafael Garcia-Suarez [Sat, 21 Nov 2009 19:01:05 +0000]
Add new warning introduced by last patch in perldiag.

14 years agodeprecate "goto" to jump into a construct
Gerard Goossen [Sat, 21 Nov 2009 11:16:07 +0000]
deprecate "goto" to jump into a construct

14 years agoForce OP_REQUIRE to scalar context at the end of ck_require and don't let it become...
Gerard Goossen [Mon, 16 Nov 2009 12:58:24 +0000]
Force OP_REQUIRE to scalar context at the end of ck_require and don't let it become void context. Fixes problem with require not always being in scalar context.

14 years agoAdd a TODO test for "require" always being in scalar context.
Gerard Goossen [Mon, 16 Nov 2009 12:50:23 +0000]
Add a TODO test for "require" always being in scalar context.

14 years agoMake -UDEBUGGING the default on VMS for 5.12.0.
Craig A. Berry [Sat, 21 Nov 2009 17:17:38 +0000]
Make -UDEBUGGING the default on VMS for 5.12.0.

Like it has been everywhere else for ages and ages.  Also make
command-line selection of -UDEBUGGING and -DDEBUGGING work in
configure.com; before the only way to turn it off was by saying
no in answer to the interactive question.

14 years agoPerl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING.
Craig A. Berry [Sat, 21 Nov 2009 17:13:01 +0000]
Perl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING.

So let's not make them part of the API when they don't exist.

14 years agoDeclaration nit in vms.c's Perl_my_fwrite.
Craig A. Berry [Sat, 21 Nov 2009 17:09:47 +0000]
Declaration nit in vms.c's Perl_my_fwrite.

Don't use register storage class for something we later take the
address of.

14 years agoUpdate generated Module::Build::ConfigData
David Golden [Sat, 21 Nov 2009 04:57:43 +0000]
Update generated Module::Build::ConfigData

14 years agoAvoid logical name conflicts in File::Path::_rmtree on VMS.
Craig A. Berry [Sat, 21 Nov 2009 04:14:21 +0000]
Avoid logical name conflicts in File::Path::_rmtree on VMS.

already submitted upstream at:

http://rt.cpan.org/Public/Bug/Display.html?id=51588

14 years agoAlways add a manifest resource to perl.exe to specify the <trustInfo>
Jan Dubois [Thu, 30 Apr 2009 23:53:20 +0000]
Always add a manifest resource to perl.exe to specify the <trustInfo>
settings for Windows Vista and later.  Without this setting Windows
will treat perl.exe as a legacy application and apply various
heuristics like redirecting access to protected file system areas
(like the "Program Files" folder) to the users "VirtualStore"
instead of generating a proper "permission denied" error.

For VC8 and VC9 this manifest setting is automatically generated by
the compiler/linker (together with the binding information for their
respective runtime libraries); for all other compilers we need to
embed the manifest resource explicitly in the external resource file.

This change also requests the Microsoft Common-Controls version 6.0
(themed controls introduced in Windows XP) via the dependency list
in the assembly manifest.  For VC8 and VC9 this is specified using the
/manifestdependency linker commandline option instead.

14 years agoquick-fix broken Module::Build::Platforms::VMS
David Golden [Fri, 20 Nov 2009 20:08:48 +0000]
quick-fix broken Module::Build::Platforms::VMS

14 years agoUpdate count
Abigail [Fri, 20 Nov 2009 18:05:40 +0000]
Update count

14 years agoMerge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Abigail [Fri, 20 Nov 2009 18:01:48 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead

14 years agoFix bug #68260
Abigail [Fri, 20 Nov 2009 17:58:34 +0000]
Fix bug #68260

File::Find was not resolving paths of the form "/..////../" correctly.
Fixed by adding a quantifier to the substitution parameter in
contract_name().

14 years agoParse embed.fnc first, then cross-check consistency between it and =for apidoc
Nicholas Clark [Fri, 20 Nov 2009 13:43:00 +0000]
Parse embed.fnc first, then cross-check consistency between it and =for apidoc

14 years agoSynchronise "may change"/"experimental" flags between embed.fnc and =for apidoc
Nicholas Clark [Fri, 20 Nov 2009 13:42:04 +0000]
Synchronise "may change"/"experimental" flags between embed.fnc and =for apidoc

14 years agoMerge near-duplicate code for 'api' and 'guts'.
Nicholas Clark [Fri, 20 Nov 2009 11:03:04 +0000]
Merge near-duplicate code for 'api' and 'guts'.

14 years agoMerge %apidocs and %gutsdocs into $docs{api} and $docs{guts}.
Nicholas Clark [Fri, 20 Nov 2009 11:00:05 +0000]
Merge %apidocs and %gutsdocs into $docs{api} and $docs{guts}.

14 years agoClarify docs for implicit "next" on all "when" blocks
Moritz Lenz [Thu, 19 Nov 2009 14:32:19 +0000]
Clarify docs for implicit "next" on all "when" blocks

14 years agoMissing static storage class for some new static functions
Rafael Garcia-Suarez [Fri, 20 Nov 2009 11:05:23 +0000]
Missing static storage class for some new static functions

14 years agoFix up the NAME in perl5112delta.pod
Nicholas Clark [Fri, 20 Nov 2009 10:41:08 +0000]
Fix up the NAME in perl5112delta.pod

(It needs to be this way to make search.cpan.org generate the right links)
This step is already described in release_managers_guide.pod.

14 years agoAlways bless filehandles into IO::Handle:: - don't try for FileHandle:: first.
Nicholas Clark [Fri, 20 Nov 2009 10:23:54 +0000]
Always bless filehandles into IO::Handle:: - don't try for FileHandle:: first.

Given that FileHandle "is now a front-end to the IO::* classes" it seems
wasted effort to indirect through it.

14 years agoUpdated Module::CoreList Changes etc for a CPAN release
Chris Williams [Fri, 20 Nov 2009 09:41:34 +0000]
Updated Module::CoreList Changes etc for a CPAN release

14 years agocreate perl5113delta
Leon Brocard [Fri, 20 Nov 2009 07:43:44 +0000]
create perl5113delta

14 years agoFix perldelta_template extension
Leon Brocard [Fri, 20 Nov 2009 07:39:20 +0000]
Fix perldelta_template extension

14 years agoTiny English fix
Leon Brocard [Fri, 20 Nov 2009 07:31:28 +0000]
Tiny English fix

14 years ago* Note that unlink sets $! on failure.
brian d foy [Fri, 20 Nov 2009 00:38:30 +0000]
* Note that unlink sets $! on failure.

The docs to unlink didn't explicitly note that it set $! on
failure, unlike the docs on some other system calls do.

While I was in there, I cleansed the entry a little and
added an example of unlinking files one-by-one to find
the ones that fail.

Modern Perl fix: let's call a glob a glob() and not a <*>.

This problem was noted on the Perl Beginner's list:

http://www.nntp.perl.org/group/perl.beginners/2009/11/msg110062.html

14 years ago* Fixing inconsistent use of tabs in perlfunc. Now it's spaces spaces spaces.
brian d foy [Fri, 20 Nov 2009 00:30:12 +0000]
* Fixing inconsistent use of tabs in perlfunc. Now it's spaces spaces spaces.

14 years ago* FAQ sync for Nov blead release
brian d foy [Fri, 20 Nov 2009 00:10:48 +0000]
* FAQ sync for Nov blead release

This comes from 028b6d17a07335707c2b234cb69ac4051ed48435 in
git@github.com:briandfoy/perlfaq.git

14 years ago* Fixed sort example using =(\d+)
brian d foy [Thu, 19 Nov 2009 23:56:12 +0000]
* Fixed sort example using =(\d+)

The example wanted to sort a list like qw(=1 =2 =a =3 =d). One
example tried to be clever with array indices and precomputed
an array in @nums. However, it forgot to leave holes for the
elements where it could not extract a run of digits. Once the
indices were misaligned, the sort didn't give the right answer.

I know you can read the patch, but since I fixed whitespace too,
a simple diff gives you a lot of output. The old example had:

    for (@old) {
        push @nums, /=(\d+)/;
        push @caps, uc($_);
    }

The new one keeps the indices aligned by using undef when the
match failed:

    for (@old) {
        push @nums, ( /=(\d+)/ ? $1 : undef );
        push @caps, uc($_);
    }

This issue was reported on Stackoverflow:

http://stackoverflow.com/questions/1754441

14 years agoMerge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Leon Brocard [Thu, 19 Nov 2009 17:23:47 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead

14 years agoModule::CoreList updated for the real 5.11.2, including Module::Build changes
Leon Brocard [Thu, 19 Nov 2009 17:15:49 +0000]
Module::CoreList updated for the real 5.11.2, including Module::Build changes

14 years agoConvert the shell pipeline for the list of committers to a Perl 1 liner.
Nicholas Clark [Thu, 19 Nov 2009 17:05:54 +0000]
Convert the shell pipeline for the list of committers to a Perl 1 liner.

To me it feels better to promote our own dogfood.

14 years agoThe lexer API is very exciting, but only mention it once
Leon Brocard [Thu, 19 Nov 2009 16:56:37 +0000]
The lexer API is very exciting, but only mention it once

14 years agoRun Porting/podtidy
Leon Brocard [Thu, 19 Nov 2009 16:50:23 +0000]
Run Porting/podtidy

14 years agoAdd details of module updates
Leon Brocard [Thu, 19 Nov 2009 16:49:24 +0000]
Add details of module updates

14 years agoDelete a few more sections
Leon Brocard [Thu, 19 Nov 2009 16:36:50 +0000]
Delete a few more sections

14 years agoDelete sections, add a bunch more
Leon Brocard [Thu, 19 Nov 2009 16:29:40 +0000]
Delete sections, add a bunch more

14 years agoMerge branch 'blead' of perl5.git.perl.org:/gitroot/perl into blead
H.Merijn Brand [Thu, 19 Nov 2009 16:19:09 +0000]
Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into blead

14 years agoSync AUTHORS and Porting/checkAUTHORS.pl with Changelogs
H.Merijn Brand [Thu, 19 Nov 2009 16:18:28 +0000]
Sync AUTHORS and Porting/checkAUTHORS.pl with Changelogs

14 years agoMention how to generate stats for the Acknowledgements
Leon Brocard [Thu, 19 Nov 2009 16:09:51 +0000]
Mention how to generate stats for the Acknowledgements

14 years agoFix POD: C<...->...> => C<< ...-> ... >>
Frank Wiegand [Thu, 19 Nov 2009 11:34:20 +0000]
Fix POD: C<...->...> => C<< ...-> ... >>

Signed-off-by: Abigail <abigail@abigail.be>

14 years agoUpdated Module::Build to 0.35_09
David Golden [Thu, 19 Nov 2009 13:04:04 +0000]
Updated Module::Build to 0.35_09

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.

14 years agoFill in some details about the release
Leon Brocard [Thu, 19 Nov 2009 12:10:14 +0000]
Fill in some details about the release

14 years agoTweak tense, remove double spaces
Leon Brocard [Thu, 19 Nov 2009 10:20:35 +0000]
Tweak tense, remove double spaces

14 years agoBump version of Module::CoreList to 2.23
Chris Williams [Thu, 19 Nov 2009 10:03:53 +0000]
Bump version of Module::CoreList to 2.23

14 years agoAbolish xio_lines from struct PVIO - store IoLINES() in the IVX slot.
Nicholas Clark [Wed, 18 Nov 2009 17:30:03 +0000]
Abolish xio_lines from struct PVIO - store IoLINES() in the IVX slot.

14 years agoPVIOs don't use the SvIVX slot.
Nicholas Clark [Wed, 18 Nov 2009 16:53:12 +0000]
PVIOs don't use the SvIVX slot.

14 years agolexer API fixes
Zefram [Wed, 18 Nov 2009 21:49:24 +0000]
lexer API fixes

The attached patch contains these fixes for the lexer API work:

* fix MinGW-revealed problem in BOM logic (replacing Jan's patch)
* fix warnings from t/op/incfilter.t
* probably fix g++ failure due to goto bypassing initialisation
* perl5112delta update

-zefram

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>

14 years agominitest fixes
Zefram [Wed, 18 Nov 2009 22:03:44 +0000]
minitest fixes

Attached patch fixes two small bugs that interfere with minitest.

-zefram

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>

14 years agoAdd a few more distribution versus module name exceptions
Leon Brocard [Wed, 18 Nov 2009 21:39:37 +0000]
Add a few more distribution versus module name exceptions

14 years agoMerge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Leon Brocard [Wed, 18 Nov 2009 21:07:35 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead

14 years agoAdd the 5.11.2 release
Leon Brocard [Wed, 18 Nov 2009 21:05:00 +0000]
Add the 5.11.2 release

14 years ago{camel,dromedary}.booking.com names are gone, so update them to {,users.}per5.git...
Vincent Pit [Wed, 18 Nov 2009 20:45:00 +0000]
{camel,dromedary}.booking.com names are gone, so update them to {,users.}per5.git.perl.org

And run podtidy.

14 years agoModule::CoreList updated for 5.11.2
Leon Brocard [Wed, 18 Nov 2009 19:28:58 +0000]
Module::CoreList updated for 5.11.2

14 years agoFix two spelling errors
Leon Brocard [Wed, 18 Nov 2009 18:03:32 +0000]
Fix two spelling errors

14 years agoBump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hardcoded
Leon Brocard [Wed, 18 Nov 2009 17:19:20 +0000]
Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) hardcoded

14 years agoUpdated CPAN path for Module::CoreList in Maintainers.pl
Chris Williams [Wed, 18 Nov 2009 16:50:23 +0000]
Updated CPAN path for Module::CoreList in Maintainers.pl

14 years agoFix minor typo in comment
Leon Brocard [Wed, 18 Nov 2009 16:48:29 +0000]
Fix minor typo in comment

14 years agoSkip the scope name checks if PL_scopestack_name is NULL.
Nicholas Clark [Wed, 18 Nov 2009 15:47:35 +0000]
Skip the scope name checks if PL_scopestack_name is NULL.

It's possible that someone has built a module with -DDEBUGGING, but they're
using it against a perl built non-DEBUGGING, in which case PL_scopestack_name
will be NULL. Better to skip the checks than to SEGV.

14 years agoPL_scopestack_name needs to be present, -DDEBUGGING or not.
Nicholas Clark [Wed, 18 Nov 2009 13:21:18 +0000]
PL_scopestack_name needs to be present, -DDEBUGGING or not.

-DDEBUGGING and not need to be binary compatible with each other. Fixes the
test failures in ext/re caused by d343c3ef45381352 for threaded builds without
-DDEBUGGING.

14 years agoUpdate CPANPLUS::Dist::Build to cpan version 0.44
Chris Williams [Wed, 18 Nov 2009 12:44:21 +0000]
Update CPANPLUS::Dist::Build to cpan version 0.44

  Changes for 0.44
  ================
  Make the prereq resolving fallback to _build/ querying if the 'prereq_data' action fails.

  The edge-case of a distribution that is bundling an older version of Module::Build exposed this
  flaw. Thanks to Johan Vromans for questioning the test report for EekBoek.

14 years agoCorrect the arguments to MBTest->tmpdir() to reflect implementation changes.
Nicholas Clark [Wed, 18 Nov 2009 09:52:12 +0000]
Correct the arguments to MBTest->tmpdir() to reflect implementation changes.

14 years agoUpdated Module::Build to 0.35_08
David Golden [Wed, 18 Nov 2009 05:52:18 +0000]
Updated Module::Build to 0.35_08

0.35_08 - Mon Nov 16 22:38:28 EST 2009

 Bug fixes:

 - Multiple tests were failing due to dependency problems.  Author
   dependencies have been largely removed from core 'requires' into
   optional features.  Feature prereq detection and messaging have been
   expanded and bugs on older Perls have been removed.

0.35_07 - Sat Nov 14 17:14:39 EST 2009

 Bug fixes:

 - 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]

0.35_06 - Fri Nov 13 14:51:28 EST 2009

 Enhancements:

 - Added experimental inc/ bundling; see Module::Build::Bundling for
   details.  [David Golden and Eric Wilhelm]

 - 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) [David Golden]

 Bug fixes:

 - 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]

 - Made MYMETA generation non-fatal if fields required for META.yml
   are missing [David Golden]

 - Added Pod::Simple to requirements for manpage support; avoids
   problems if a user has a broken Pod::Man/Pod::Simple.  (RT#50081)
   [David Golden]

 - Won't die if installed Pod::Readme is broken [David Golden]

 Other:

 - Fixed Module::Build::Notes POD [David Golden]

 - Some commands had become silent by default, so added a few short status
   messages so users know something actually happened [David Golden]

 - Cleaned up Changes file formatting [David Golden]

 - Removed most PERL_CORE customizations from test files due to
   reorganization of dual-life modules in core (RT#49522) [David Golden]

0.35_05 - Wed Oct 28 17:20:59 EDT 2009

 Bug fixes:

 - Fix test failure in t/actions/installdeps.t when $^X is not the default
   perl [David Golden]

 - Work around $VERSION numbers in ActiveState with multiple underscores
   that prevent Module::Build from installing on Win32 [David Golden]

 - Fix bug cleaning compatibility Makefile when older ExtUtils::Manifest is
   installed [David Golden with help from David Cantrell]

 Other:

 - Suppressed more warnings from tests [David Golden]

 - Add provisional support for 'package NAME VERSION' syntax added in
   Perl 5.11.1 [David Golden]

0.35_04 - Fri Oct 23 11:20:41 EDT 2009

 Bug fixes:

 - Fix test failure if IPC::Cmd isn't installed [David Golden]

 Other:

 - Suppressed warning messages from various tests [David Golden]

0.35_03 - Wed Oct 21 21:20:59 EDT 2009

 *** API CHANGE ***

 - The prepare_metadata() method used to take a YAML::Node object as an
   argument for modification.  The method now takes no arguments and just
   returns a hash reference of metadata. [David Golden]

 Enhancements

 - Command line options may be set via the PERL_MB_OPT environment
   variable (similar to PERL_MM_OPT in ExtUtils::MakeMaker)

 Bug fixes:

 - Updated PPM generation to PPM v4 (RT#49600) [Olivier Mengue]

 - When c_source is specified, the directory scan will include additional,
   less-common C++ extensions (RT49298) [David Golden]

 - 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]

 - Bumped IO::File prereq to fix binmode failures in PPMMaker on Perl
   prior to 5.8.8 [David Golden]

 Other:

 - Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now
   based on YAML::Tiny as well [David Golden]

 - Reduced amount of console output under normal operation (use --verbose
   to see all output) [David Golden]

0.35_02 - Mon Sep  7 22:37:42 EDT 2009

 Enhancements:

 - Added 'needs_compiler' property.  Defaults to true if XS or c_source
   exist.  If true, ExtUtils::CBuilder is also added to build_requires.
   [David Golden]

 - File::ShareDir automatically added to 'requires' if 'share_dir' is set
   [David Golden]

 - Added 'Build installdeps' action to install needed dependencies via
   a user-configurable command line program.  (Defaults to 'cpan'.)
   [Eric Wilhelm]

 Bug fixes:

 - 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]

 - Fixed directory sorting failure in share_dir.t [David Golden]

 - Property defaults that are data structures were being assigned as
   references to new objects. Changed so that defaults are cloned instead.
   (This mostly affects testing, which often creates multiple objects in the
   same process) [David Golden]

 - Simplified error message on exit under use_tap_harness [suggested by
   David Wheeler]

 - Fixed typemap search to use a dist-level typemap if a typemap is not
   found in the directory with the *.xs file; (was manifesting as warnings
   in Perl 5.6 tests) [David Golden]

 Other:

 - 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) [David
   Golden, Eric Wilhelm, Ken Williams]

 - Revised test helper classes to fix potential bugs and add new features
   to make writing tests simpler and easier.  Changes incorporated into
   t/README.pod and t/sample.t as examples for new testing. [David Golden]

0.35_01 - Mon Aug 31 12:11:10 EDT 2009

 Enhancements:

 - Generates MYMETA.yml during Build.PL (new standard protocol for
   communicating configuration results between toolchain components)
   [David Golden]

 - Added 'share_dir' property to provide File::ShareDir support;
   set automatically if a directory called 'share' exists
   [David Golden]

 Bug fixes:

 - Fix the t/destinations.t fix. [David Golden, with thanks to Eric Wilhelm]

 - Fix recursive test files in generated Makefile.PL (RT#49254) [Sawyer X]

 - Guard against trying :utf8 when :utf8 isn't available

 - 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]

 Other:

 - Added t/README.pod and t/sample.t to guide developers writing new tests
   [David Golden, with some code from Eric Wilhelm]

 - Module::Build::Compat 'passthrough' style has been deprecated.  Using
   'passthrough' will issue warnings on Makefile.PL generation.  See
   Module::Build::Compat documentation for rationale.

14 years agoTypo fix
Abigail [Tue, 17 Nov 2009 22:06:24 +0000]
Typo fix

14 years agoCorrectly check that functions flagged as documented do have documentation.
Nicholas Clark [Tue, 17 Nov 2009 16:36:31 +0000]
Correctly check that functions flagged as documented do have documentation.

14 years agoCorrect the flags for 3 functions that don't actually have documentation.
Nicholas Clark [Tue, 17 Nov 2009 16:36:10 +0000]
Correct the flags for 3 functions that don't actually have documentation.

14 years agoRemove dead preprocessor code from toke.c
Jan Dubois [Mon, 16 Nov 2009 23:01:26 +0000]
Remove dead preprocessor code from toke.c

The symbol FTELL_FOR_PIPE_IS_BROKEN is no longer being used
and should have been removed with the commit 4c84d7f2, which
removed the -P option.

14 years agoFix crash in refactored lexer internals
Jan Dubois [Mon, 16 Nov 2009 22:43:20 +0000]
Fix crash in refactored lexer internals

Commit f0e67a1d29102aa9905aecf2b0f98449697d5af3 changed the control
flow so that PerlIO_tell(PL_rsfp) could be called when PL_rsfp was
NULL, which produces a crash at least on Windows with the MSVCRT
runtime.

This change moves the detection if PL_rsfp is NULL or not closer to
the location where is is actually tested, which gets rid of the
crashes.  I however have *not* verified if the changes in control
flow in f0e67a1d are otherwise correct or not.

14 years agoadd op class assertions to newXXXOP functions
Gerard Goossen [Fri, 13 Nov 2009 11:57:39 +0000]
add op class assertions to newXXXOP functions

14 years agoDocument SIGPIPE when printing to closed socket
David Golden [Mon, 16 Nov 2009 16:26:53 +0000]
Document SIGPIPE when printing to closed socket

14 years agoPatches to Encode 2.38 to match current test layout
Jesse Vincent [Mon, 16 Nov 2009 16:13:22 +0000]
Patches to Encode 2.38 to match current test layout

14 years agoUpdated Encode to CPAN release 2.38
Jesse Vincent [Mon, 16 Nov 2009 15:20:27 +0000]
Updated Encode to CPAN release 2.38

14 years agoUpdate CPANPLUS::Dist::Build to cpan version 0.42
Chris Williams [Sun, 15 Nov 2009 22:51:27 +0000]
Update CPANPLUS::Dist::Build to cpan version 0.42

14 years agoUpdate IPC::Cmd to cpan version 0.54
Chris Williams [Sun, 15 Nov 2009 22:08:12 +0000]
Update IPC::Cmd to cpan version 0.54

  Changes for 0.54    Sun Nov 15 21:43:51 GMT 2009
  =================================================
  * Fixed issues on older perls requiring Time::HiRes

14 years agoInline PL_no_symref_sv into its users. Deprecate the visible global variable.
Nicholas Clark [Sun, 15 Nov 2009 16:29:16 +0000]
Inline PL_no_symref_sv into its users. Deprecate the visible global variable.

As the core no longer needs this fixed string outside of pp.c, it seems daft to
make it public just in case any module wants to use it. Modules that do should
provide their own inline copy in future.

Also restore the visible global PL_no_symref_sv back to the original format
specificiation (of 5.10.0 and earlier).

14 years agoInline PL_no_symref into pp_entersub. Deprecate the visible global variable.
Nicholas Clark [Sun, 15 Nov 2009 15:41:02 +0000]
Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.

As the core no longer needs this fixed string in more than one place, it seems
daft to go to the overhead (and cost) of making it public in case any module
wants to use it. Modules that do want to use it should provide their own inline
copy in future.

Also restore the visible global PL_no_symref back to the original format
specification (of 5.10.0 and earlier), as an extra %s has the potential to
cause SEGVs or worse if not spotted at compile time.

14 years agolexer API
Zefram [Sun, 15 Nov 2009 13:25:50 +0000]
lexer API

Attached is a patch that adds a public API for the lowest layers of
lexing.  This is meant to provide a solid foundation for the parsing that
Devel::Declare and similar modules do, and it complements the pluggable
keyword mechanism.  The API consists of some existing variables combined
with some new functions, all marked as experimental (which making them
public certainly is).

14 years agoMake the style of pad_add_name's flags consistent with pad_new's and pad_tidy's.
Nicholas Clark [Sun, 15 Nov 2009 10:15:43 +0000]
Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's.