platform/upstream/perl.git
13 years agoAdd an email alias for James Keenan
Steffen Mueller [Sun, 6 Feb 2011 17:36:14 +0000 (18:36 +0100)]
Add an email alias for James Keenan

13 years agoUpdate CPANPLUS to CPAN version 0.9107
Chris 'BinGOs' Williams [Tue, 12 Jul 2011 15:04:46 +0000 (16:04 +0100)]
Update CPANPLUS to CPAN version 0.9107

  [DELTA]

  Changes for 0.9107      Tue Jul 12 15:22:14 2011
  ================================================
  * Add support for v-strings and x.y.z versions, using the version module.
  * Resolve [rt.cpan.org #69420] "type checking for CPANPLUS::Backend::RV::new is incorrect"
  * Resolve [rt.cpan.org #69203] "custom sources ignores timeout config option"

13 years agoI, for one, welcome our new DTrace overlord
Florian Ragwitz [Tue, 12 Jul 2011 14:37:32 +0000 (16:37 +0200)]
I, for one, welcome our new DTrace overlord

13 years agoregenerate known_pod_issues
Father Chrysostomos [Tue, 12 Jul 2011 14:06:42 +0000 (07:06 -0700)]
regenerate known_pod_issues

13 years agoDocument and test the phase-change probe
Shawn M Moore [Tue, 12 Jul 2011 12:49:10 +0000 (08:49 -0400)]
Document and test the phase-change probe

13 years agoLoad modules only after setting up @INC
Florian Ragwitz [Tue, 12 Jul 2011 09:35:09 +0000 (11:35 +0200)]
Load modules only after setting up @INC

13 years agoMake Porting/makerel create smaller archives with 7z and advdef
Leon Brocard [Tue, 12 Jul 2011 08:08:57 +0000 (09:08 +0100)]
Make Porting/makerel create smaller archives with 7z and advdef

It automatically will use these to create archives ~5% smaller,
otherwise falls back to gzip and bzip2.

Also, document in Porting/release_managers_guide.pod.

13 years agobuildtoc, known_pod_issues
Father Chrysostomos [Tue, 12 Jul 2011 04:41:32 +0000 (21:41 -0700)]
buildtoc, known_pod_issues

This just does the general bookkeeping necessary when a new pod
(like the one in the previous commit) is added.

13 years agoNew document for perldtrace
Shawn M Moore [Tue, 12 Jul 2011 00:49:25 +0000 (20:49 -0400)]
New document for perldtrace

13 years agoNew test file that exercises Perl's DTrace support
Shawn M Moore [Mon, 11 Jul 2011 20:24:07 +0000 (16:24 -0400)]
New test file that exercises Perl's DTrace support

13 years agoAdd a phase-change DTrace probe
Shawn M Moore [Thu, 7 Jul 2011 02:35:47 +0000 (22:35 -0400)]
Add a phase-change DTrace probe

13 years agoFactor out a PERL_SET_PHASE macro
Shawn M Moore [Thu, 7 Jul 2011 02:34:49 +0000 (22:34 -0400)]
Factor out a PERL_SET_PHASE macro

This is the first step in adding a dtrace probe for global phase change

13 years agoA not X for was_lvalue_sub in embed.fnc.
Craig A. Berry [Tue, 12 Jul 2011 00:13:41 +0000 (19:13 -0500)]
A not X for was_lvalue_sub in embed.fnc.

7b70e8177801df4e142684870ce037d584f72e7b was my (wrong) suggestion,
and it made the symbol only visible when PERL_CORE was defined,
which it isn't in List::Util.

13 years agoStorable: Restore 5.6 compatibility
Father Chrysostomos [Mon, 11 Jul 2011 20:25:35 +0000 (13:25 -0700)]
Storable: Restore 5.6 compatibility

13 years agoStorable: Restore 5.8.2 compatibility
Father Chrysostomos [Mon, 11 Jul 2011 20:21:28 +0000 (13:21 -0700)]
Storable: Restore 5.8.2 compatibility

13 years agoFix a Storable test to work in 5.8.9-
Father Chrysostomos [Mon, 11 Jul 2011 20:10:03 +0000 (13:10 -0700)]
Fix a Storable test to work in 5.8.9-

This test only passes in 5.10.0+ because of a nasty bug in Hash::Util,
or perhaps Internals::SvREADONLY.

lock_hash is supposed to lock values as well as keys, but it doesn’t
always in 5.10.0+, leading me to believe that it was the right func-
tion to use.  (Fixing that is for another commit.)

13 years agouse a flag to signal a stacking filetests instead of peeking at the next op.
Gerard Goossen [Mon, 17 Jan 2011 21:12:53 +0000 (22:12 +0100)]
use a flag to signal a stacking filetests instead of peeking at the next op.

Preparation for the codegeneration changes where the next op isn't accessible.

13 years agoAdd tests for wrapping formats in B objects
Florian Ragwitz [Mon, 11 Jul 2011 19:55:44 +0000 (21:55 +0200)]
Add tests for wrapping formats in B objects

13 years agoIn sv.c, remove comments with structure sizes from bodies_by_type[].
Nicholas Clark [Mon, 11 Jul 2011 13:48:44 +0000 (15:48 +0200)]
In sv.c, remove comments with structure sizes from bodies_by_type[].

On balance, the "typical" sizes seem to be more of a liability than an asset,
as they (by necessity) can only be correct for one particular combination of
UV size, pointer size, NV alignment, etc, which means more likely than not
they *aren't* correct for the platform you're building on. And that's for the
best case scenario, that the comments are updated if the structures are
updated.

13 years agoExport Perl_was_lvalue_sub
Father Chrysostomos [Mon, 11 Jul 2011 00:06:58 +0000 (17:06 -0700)]
Export Perl_was_lvalue_sub

As Craig Berry pointed out, the multicall API uses the PUSHSUB macro,
so anything it calls must be exported.

13 years agoAdd support for Unicode's Script_Extension property
Karl Williamson [Sun, 10 Jul 2011 21:01:27 +0000 (15:01 -0600)]
Add support for Unicode's Script_Extension property

This property is an improved version of Script.

13 years agomktables: Suppress certain expected debug msgs
Karl Williamson [Sun, 10 Jul 2011 20:59:32 +0000 (14:59 -0600)]
mktables: Suppress certain expected debug msgs

mktables has a mode for quicker debugging to skip processing some
input files.  When this is done, it is to be expected that the output
will be incomplete, so don't bother warning in this case.

13 years agoUnicode::UCD: nits in comments and pod
Karl Williamson [Sun, 10 Jul 2011 20:29:37 +0000 (14:29 -0600)]
Unicode::UCD: nits in comments and pod

13 years agoperlunicode: nits
Karl Williamson [Sun, 10 Jul 2011 20:28:26 +0000 (14:28 -0600)]
perlunicode: nits

13 years agoperlrecharclass: nit
Karl Williamson [Sun, 10 Jul 2011 20:26:58 +0000 (14:26 -0600)]
perlrecharclass: nit

13 years agomktables: Move test to added class member
Karl Williamson [Sun, 10 Jul 2011 00:13:10 +0000 (18:13 -0600)]
mktables: Move test to added class member

Early Unicode releases didn't specify all possible property values,
but newer ones do, with some exceptions.  As an error check, on a newer
relese, a warning is raised if an unexpected property value is raised.
This member allows properties to be handled in new releases that
Unicode doesn't list the property values for.  (Each property value
corresponds to a mapping.)  The previous test that had a hard-coded
value is amended to use the member's value instead.

13 years agomktables: New method on properties to delete tables
Karl Williamson [Sun, 10 Jul 2011 00:09:44 +0000 (18:09 -0600)]
mktables: New method on properties to delete tables

This method will be used in a future commit.

13 years agoperlgit: C<<...>> -> C<< ... >>
Father Chrysostomos [Sun, 10 Jul 2011 13:15:58 +0000 (06:15 -0700)]
perlgit: C<<...>> -> C<< ... >>

13 years agoSquelch warning in deparse.t
Father Chrysostomos [Sun, 10 Jul 2011 13:07:56 +0000 (06:07 -0700)]
Squelch warning in deparse.t

13 years agoB::Deparse misdeparses qq(@,)
Hojung Youn [Sun, 10 Jul 2011 08:41:13 +0000 (17:41 +0900)]
B::Deparse misdeparses qq(@,)

This commit changes the signature of stash_variable() in B::Deparse.
stash_variable() takes $cx value additionally to know whether or not
it is in the interpolation context.

Punctuation arrays such as @* are usually interpolated only if the
name is enclosed in braces @{*}, but the arrays @_, @+, @- are
interpolated even without braces.

related issue: #93990

13 years agoperlref: update bareword bracketing discussion, mention new auto-dereferencing
Phil Monsen [Sun, 10 Jul 2011 02:15:40 +0000 (21:15 -0500)]
perlref: update bareword bracketing discussion, mention new auto-dereferencing

13 years agoUpdate Pod-Simple to CPAN version 3.17
Chris 'BinGOs' Williams [Sun, 10 Jul 2011 09:13:39 +0000 (10:13 +0100)]
Update Pod-Simple to CPAN version 3.17

  [DELTA]

  2011-07-09   David E. Wheeler <david@justatheory.org>
  * Release 3.17

  Documented tertiary methods. Patch from Shawn H Corey.

  Added "backlink" option to Pod::Simple::XHTML. Thanks to Marc
  Green/Google Summer of Code for the pull request.

  Typos fixed in Pod::Simple::HTMLBatch. Reported by Shawn H Corey.

  Fixed quoting of value returned by a "strip_verbatim_indent()"
  code reference so that regex meta characters are properly escaped.

  Added "anchor_items" option to Pod::Simple::XHMTL. This allows
  text items (which are output as <dt> elements) to have IDs that
  can be referenced in the "#" part of a URL. Marc Green/Google
  Summer of Code.

  Added "recurse" option to Pod::Simple::Search. It's enabled by
  default; disable it to turn off recursion into subdirectories.
  Marc Green/Google Summer of Code.

  Added documentation to clarify the behavior of the "content_seen"
  method. Thanks to Olaf Alders for the pull request.

13 years agoUpdate perldoc.pod with URL support
Father Chrysostomos [Sun, 10 Jul 2011 05:22:43 +0000 (22:22 -0700)]
Update perldoc.pod with URL support

13 years agoAdd crude support to perldoc for viewing PODs via HTTP(s)
Claes Jakobsson [Wed, 6 Jul 2011 16:51:45 +0000 (18:51 +0200)]
Add crude support to perldoc for viewing PODs via HTTP(s)

13 years agoPropagate (non-)lvalue context through nested calls
Father Chrysostomos [Sun, 10 Jul 2011 02:18:45 +0000 (19:18 -0700)]
Propagate (non-)lvalue context through nested calls

Before this commit, this code would fail:

$foo = "foo";
sub foo :lvalue{ return index "foo","o" }
sub bar :lvalue { foo }
$x = bar;

(It would fail for ‘return $]’ as well.  Whether it’s a PADTMP or a
read-only scalar makes no difference.)

foo would think it was being called in true lvalue context, because
the entersub op that called it (in bar) was marked that way, bar being
an lvalue sub as well.

The PUSHSUB macro in cop.h needed to be modified to account for
dynamic, or indetermine, context (i.e., indeterminable at compile
time).  This happens when an entersub op is an argument to return or
the last statement in a subroutine.  In those cases it has to propa-
gate the context from the caller.

So what we now do is this: Both lvalue and in-args flags are turned on
for an entersub op when op_lvalue is called with OP_LEAVESUBLV as the
type.  Then PUSHSUB copies into the context stack only those flags
that are set both on the current entersub op and in the context stack
for the previous sub call.

13 years agoperlrecharclass: slight reword
Karl Williamson [Fri, 8 Jul 2011 17:38:36 +0000 (11:38 -0600)]
perlrecharclass: slight reword

13 years agoS_return_lvalues: collapse duplicated code
Father Chrysostomos [Sat, 9 Jul 2011 13:18:24 +0000 (06:18 -0700)]
S_return_lvalues: collapse duplicated code

13 years agoS_return_lvalues: microöptimisation
Father Chrysostomos [Sat, 9 Jul 2011 13:16:36 +0000 (06:16 -0700)]
S_return_lvalues: microöptimisation

This jumps over an if() condition when we know it’s going to be true.

13 years agoFree temps on recursive scalar lvalue sub exit
Father Chrysostomos [Sat, 9 Jul 2011 12:50:04 +0000 (05:50 -0700)]
Free temps on recursive scalar lvalue sub exit

See the thread starting at
<83877DD1-4624-4497-B784-0F8DA25DB4A8@cpan.org>.

I still don’t know why this does not apply to list context.

As with most lvalue sub fixes, this involves deleting code.

13 years agoFix grammar in perldelta
Father Chrysostomos [Sat, 9 Jul 2011 12:44:01 +0000 (05:44 -0700)]
Fix grammar in perldelta

One less, not one fewer.  Less is singular; fewer is plural.

13 years agoSynchronise Math::BigInt::FastCalc to CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise Math::BigInt::FastCalc to CPAN

13 years agoSynchronise bignum to CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise bignum to CPAN

13 years agoSynchronise Math::BigRat with CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise Math::BigRat with CPAN

13 years agoSynchronise I18N::Collate to CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise I18N::Collate to CPAN

13 years agoSynchronise File::CheckTree to CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise File::CheckTree to CPAN

13 years agoSynchronise Env to CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise Env to CPAN

13 years agoSynchronise Dumpvalue to CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise Dumpvalue to CPAN

13 years agoSynchronise B::Lint to CPAN
Florian Ragwitz [Sat, 9 Jul 2011 09:03:13 +0000 (11:03 +0200)]
Synchronise B::Lint to CPAN

13 years agoconstant-1.22 is not on CPAN yet
Florian Ragwitz [Sat, 9 Jul 2011 08:49:35 +0000 (10:49 +0200)]
constant-1.22 is not on CPAN yet

13 years agoUpdate CGI to CPAN version 3.55
Chris 'BinGOs' Williams [Sat, 9 Jul 2011 07:56:13 +0000 (08:56 +0100)]
Update CGI to CPAN version 3.55

  [DELTA]

  Version 3.55 June 3rd, 2011

    [THINGS THAT MAY BREAK YOUR CODE]
    url() was fixed to return "PATH_INFO" when it is explicitly requested
    with either the path=>1 or path_info=>1 flag.

    If your code is running under mod_rewrite (or compatible) and you are calling self_url() or
    you are calling url() and passing path_info=>1, These methods will actually be
    returning PATH_INFO now, as you have explicitly requested, or has self_url()
    has requested on your behalf.

    The PATH_INFO has been omitted in such URLs since the issue was introduced
    in the 3.12 release in December, 2005.

    This bug is so old your application may have come to depend on it or
    workaround it. Check for application before upgrading to this release.

    Examples of affected method calls:

     $q->url(-absolute => 1, -query => 1, -path_info => 1 )
     $q->url(-path=>1)
     $q->url(-full=>1,-path=>1)
     $q->url(-rewrite=>1,-path=>1)
     $q->self_url();

13 years agoSynchronise Maintainers.pl with what is actually in dist/ and cpan/
Chris 'BinGOs' Williams [Sat, 9 Jul 2011 07:31:02 +0000 (08:31 +0100)]
Synchronise Maintainers.pl with what is actually in dist/ and cpan/

13 years agoUse makedef.pl on VMS to feed vms/gen_shrfls.pl.
Craig A. Berry [Fri, 8 Jul 2011 19:28:05 +0000 (14:28 -0500)]
Use makedef.pl on VMS to feed vms/gen_shrfls.pl.

This replaces the latter's long-standing method of running
perl.h through the C preprocessor and parsing the output in
order to see what symbols need exporting in the linker options
file.

vms/gen_shrfls.pl remains part of the process for now since it
knows various things about generating linker options files on
different architectures and other VMS-specific gotchas such as
symbol case sensitivity and long symbol shortening.  These
features could be added to makedef.pl but are unlike anything
currently done there.

This should slightly increase the chances that folks can modify
the API without breaking the build, and it should make us a bit
stricter about only exporting the symbols we intend to, but the
result is still far from optimal.  It replaces one set of
heuristics and manually-maintained inclusion and exclusion lists
with different heuristics and even longer lists of inclusions and
exclusions.

13 years agoIn win32_start_child(), remove tmpgv, unused since 0e21945565eb4664.
Nicholas Clark [Tue, 5 Jul 2011 20:58:33 +0000 (22:58 +0200)]
In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664.

13 years agoIncrease $diagnostics::VERSION
Father Chrysostomos [Fri, 8 Jul 2011 16:09:59 +0000 (09:09 -0700)]
Increase $diagnostics::VERSION

13 years agoAllow items in perldiag.pod to match warnings when they have periods at the end
Matthew Horsfall [Fri, 8 Jul 2011 03:58:03 +0000 (23:58 -0400)]
Allow items in perldiag.pod to match warnings when they have periods at the end

13 years agoAdd prototypes for __FILE__ &c.
Father Chrysostomos [Fri, 8 Jul 2011 15:39:58 +0000 (08:39 -0700)]
Add prototypes for __FILE__ &c.

Before this commit, prototype("CORE::__FILE__") would die with ‘Can’t
find an op number...’.

That __FILE__ does not have an op number whereas time() does is an
implementation detail that should not be exposed to the user.

So this commit adds prototypes for __FILE__, __LINE__ and __PACKAGE__.

13 years agoperlfaq's pod syntax test shouldn't be in blead
Florian Ragwitz [Fri, 8 Jul 2011 10:07:52 +0000 (12:07 +0200)]
perlfaq's pod syntax test shouldn't be in blead

13 years agoDual-life perlfaq
Florian Ragwitz [Thu, 7 Jul 2011 20:02:29 +0000 (22:02 +0200)]
Dual-life perlfaq

13 years agopodcheck: Note new linked-to modules
Karl Williamson [Thu, 7 Jul 2011 23:59:38 +0000 (17:59 -0600)]
podcheck: Note new linked-to modules

13 years agoregexec.c: Nits in comments
Karl Williamson [Thu, 7 Jul 2011 23:45:22 +0000 (17:45 -0600)]
regexec.c: Nits in comments

13 years agoutf8_heavy: Fail on binary/non- mismatch
Karl Williamson [Thu, 7 Jul 2011 23:42:09 +0000 (17:42 -0600)]
utf8_heavy: Fail on binary/non- mismatch

If the user asks for a binary property, but passes a name that
is a non-binary property, fail.

13 years agoMove perldoc.pod to the dist it belongs to
Florian Ragwitz [Thu, 7 Jul 2011 21:13:23 +0000 (23:13 +0200)]
Move perldoc.pod to the dist it belongs to

13 years agoAllow buildtoc to handle files outside of pod/
Florian Ragwitz [Thu, 7 Jul 2011 21:13:18 +0000 (23:13 +0200)]
Allow buildtoc to handle files outside of pod/

13 years agoExpand "git co" in pod/perlhack.pod
brian greenfield [Thu, 7 Jul 2011 15:13:30 +0000 (16:13 +0100)]
Expand "git co" in pod/perlhack.pod

13 years agoAdd Brian Greenfield to AUTHORS
brian greenfield [Thu, 7 Jul 2011 15:43:47 +0000 (16:43 +0100)]
Add Brian Greenfield to AUTHORS

13 years agoRemove old perltodo
Matthew Horsfall [Thu, 7 Jul 2011 19:52:26 +0000 (12:52 -0700)]
Remove old perltodo

13 years agoAdd name to AUTHORS
Matthew Horsfall [Thu, 7 Jul 2011 19:52:10 +0000 (12:52 -0700)]
Add name to AUTHORS

13 years agofix smart match docs for lhs undef
Jesse Luehrs [Thu, 7 Jul 2011 08:21:16 +0000 (03:21 -0500)]
fix smart match docs for lhs undef

undef ~~ 0 is false, but undef == 0 is true - this one is falling under
the undef ~~ Any case, not the Any ~~ Num case.

13 years agoAdd doy to AUTHORS
Florian Ragwitz [Thu, 7 Jul 2011 19:56:06 +0000 (21:56 +0200)]
Add doy to AUTHORS

13 years agoRegenerate META.yml after the Term-Readline move
Florian Ragwitz [Thu, 7 Jul 2011 19:55:04 +0000 (21:55 +0200)]
Regenerate META.yml after the Term-Readline move

13 years agoDual-life Term::ReadLine
Florian Ragwitz [Thu, 7 Jul 2011 14:25:15 +0000 (16:25 +0200)]
Dual-life Term::ReadLine

13 years agoDrop non-TAP output from Maintainers.pm
Florian Ragwitz [Thu, 7 Jul 2011 14:12:10 +0000 (16:12 +0200)]
Drop non-TAP output from Maintainers.pm

13 years agoMake sure there's no superfluous Maintainer.pl entries
Florian Ragwitz [Thu, 7 Jul 2011 13:44:45 +0000 (15:44 +0200)]
Make sure there's no superfluous Maintainer.pl entries

13 years agoDon't filter out non-existent Maintainers.pl entries
Florian Ragwitz [Thu, 7 Jul 2011 13:42:26 +0000 (15:42 +0200)]
Don't filter out non-existent Maintainers.pl entries

13 years agoRemove deleted Perl 4 libs from Maintainers.pl
Florian Ragwitz [Thu, 7 Jul 2011 13:41:37 +0000 (15:41 +0200)]
Remove deleted Perl 4 libs from Maintainers.pl

13 years agot/lib/filter-util.pl was removed in 2adbc9b6
Florian Ragwitz [Thu, 7 Jul 2011 13:40:15 +0000 (15:40 +0200)]
t/lib/filter-util.pl was removed in 2adbc9b6

13 years agoModule-Build now lives in cpan/
Florian Ragwitz [Thu, 7 Jul 2011 13:39:04 +0000 (15:39 +0200)]
Module-Build now lives in cpan/

13 years agoUpdate lines changed code to match perldeltas in Porting/release_managers_guide.pod
Leon Brocard [Thu, 7 Jul 2011 11:55:11 +0000 (12:55 +0100)]
Update lines changed code to match perldeltas in Porting/release_managers_guide.pod

13 years agoUpdate ExtUtils-MakeMaker to CPAN version 6.58
Chris 'BinGOs' Williams [Thu, 7 Jul 2011 10:04:30 +0000 (11:04 +0100)]
Update ExtUtils-MakeMaker to CPAN version 6.58

  [DELTA]

  6.58  Wed Jul  6 14:17:06 PDT 2011
    No changes since 6.57_11

  6.57_11  Thu May 19 17:26:31 PDT 2011
    Bug Fixes
    * Changed CPAN::Meta to accept version objects. [github #16]
    * Massage bad versions and warn the user about them. [github #15]
    * Protect against CPAN::Meta dying during metafile validation
      and generation.

    VMS
    * Fix prereq.t to work around "local %ENV = %ENV" bug

    Win32
    * Liblist::Kid can now recognize long compiler paths
      (Christian Walde) [github #11]

  6.57_10  Sun, 03 Apr 2011 19:36:38 +1000
    Bug Fixes
    * Relaxed strictures on prerequisite versions.  Invalid versions now
      issue a warning and are set to 0 rather than dying. [github #7]
    * Upgraded CPAN::Meta to 2.110930 which fixes a glitch in writing
      MYMETA.yml if your module's version number was 1.4. [github #9]
    * Convert LICENSE entries which are unknown to CPAN::Meta to
      "unknown" rather than dying. [github #10]

  6.57_09  Mon, 28 Mar 2011 11:13:39 +1100
    Misc
    * Make CPAN ignore bundled modules
    * Accidentally rolled Version::Requirements into the version bundle
    * Deleted now unused ExtUtils::MakeMaker::YAML

  6.57_08  Sun, 27 Mar 2011 21:52:47 +1100
    VMS
    * Removed dependency on cc_runtime.h for VMS as well.

    Misc
    * Changed how modules are bundled to avoid replacing XS version of
      Scalar::Util with a pure Perl version [github #4]

  6.57_07  Fri, 25 Mar 2011 14:31:31 +1100
    Enhancements
    * Generates META.json and MYMETA.json in addition to
      META.yml and MYMETA.yml (David Golden)
    * MYMETA has the runtime requirements made priority over META_*
      keys to allow generation of a correct META.* into the dist while
      still generating an accurate MYMETA.* locally (Matt S Trout)
    * Distributions should not depend on cc_runtime.h from core as it is
      only needed for B::CC
    * Now uses CPAN::Meta to generate META files.

    Bug Fixes
    * MYMETA.yml generation from META.yml actually works (Matt S Trout)
    * All required META fields are generated, even if they must be filled
      with "unknown" in place of real data (David Golden)

    Test Fixes
    * miniperl.t is no longer run outside of the perl core.  Its only relevant
      to bleadperl and requires no backwards compatibility [rt.cpan.org 61868]

    Cygwin
    * Rebase behaviour was improved (Reini Urban)
    * Build man pages (Reini Urban)

    Win32
    * Spot valid lib files on Win32 when .a and .lib are mixed.
      (Christian Walde) [github #3]
    * Extensive testing of ExtUtils::Liblist::Kid for Win32
      (Christian Walde)
    * Implemented proper emulation of DOS escaping rules in ExtUtils::MM_Win32
      (Christian Walde)

  6.57_06  Wed Oct 06 13:49:00 EEST 2010
    Win32
    * Work around dmake's limitations on how long a "line" can be.
      [rt.cpan.org 61286]
    * ActivePerl 1007 can now see gcc. [rt.cpan.org 55752] (Christian Walde)

    Bug Fixes
    * Fix for AUTHOR and undocumented usage of MM->new() (Alexandr Ciornii)

13 years agoWrap text with Porting/checkAUTHORS.pl --who option, perfect for inserting into perldelta
Leon Brocard [Thu, 7 Jul 2011 11:25:16 +0000 (12:25 +0100)]
Wrap text with Porting/checkAUTHORS.pl --who option, perfect for inserting into perldelta

13 years agoExpand "git st" in Porting/release_managers_guide.pod
Leon Brocard [Thu, 7 Jul 2011 11:14:57 +0000 (12:14 +0100)]
Expand "git st" in Porting/release_managers_guide.pod

13 years agoRemove debugging statement in Porting/bump-perl-version
Leon Brocard [Thu, 7 Jul 2011 09:50:42 +0000 (10:50 +0100)]
Remove debugging statement in Porting/bump-perl-version

13 years agoRemove text from Porting/release_managers_guide.pod now bump-perl-version does multip...
Leon Brocard [Thu, 7 Jul 2011 09:29:14 +0000 (10:29 +0100)]
Remove text from Porting/release_managers_guide.pod now bump-perl-version does multiple substitutions per line

13 years agoMake Porting/bump-perl-version do multiple substitutions per line
Leon Brocard [Thu, 7 Jul 2011 09:28:29 +0000 (10:28 +0100)]
Make Porting/bump-perl-version do multiple substitutions per line

13 years agoThe test for #76474 should open file descriptor 0, not 1.
Nicholas Clark [Fri, 1 Jul 2011 07:28:20 +0000 (09:28 +0200)]
The test for #76474 should open file descriptor 0, not 1.

The original bug report states

    if we try to dup STDIN in a child process by using it's file descriptor

but has code to dup 1, not 0:

    perl -MIPC::Open3 -wle 'open3("<&1", my $out, undef, $^X)'

Change the above code to "<&0" and the same bug is demonstrated, and fixed by
the relevant change.

However, trying to open descriptor 1 for input causes subtle portability
problems, which conceal the actual bug we're attempting to test. On most
platforms the terminal is read write, and a command tested on the command line
actually has file descriptor 1 read/write (and probably file descriptor 0 also)

When the output is being piped, for example in a test checking the output,
descriptor 1 is (likely to be) write only. PerlIO is quite happy to *open* a
such a numeric file descriptor for reading, and will only generate an error if
an actual read is attempted (which this test does not). stdio (on several
platforms tested) fails the *open* in the same scenario. Hence whether this
*test* passed or failed depended on the IO system used, which is actually not
what we want to test.

Original test added in a0ed8b7b5f7f6d6f, fix added in fb9b5b31d8a62644.

13 years agoAdd Dave Rolsky to the Release Roster
Jesse Vincent [Wed, 6 Jul 2011 19:10:14 +0000 (15:10 -0400)]
Add Dave Rolsky to the Release Roster

13 years agoacme fixed a known POD problem in the RMG
Florian Ragwitz [Wed, 6 Jul 2011 18:53:19 +0000 (20:53 +0200)]
acme fixed a known POD problem in the RMG

Update porting/known_pod_issues.date accordingly.

13 years agoIgnore temporary files created by AutoLoader's tests
Florian Ragwitz [Wed, 6 Jul 2011 15:23:24 +0000 (17:23 +0200)]
Ignore temporary files created by AutoLoader's tests

13 years agoPlain scalars are supposed to be literal filenames
Florian Ragwitz [Wed, 6 Jul 2011 15:05:21 +0000 (17:05 +0200)]
Plain scalars are supposed to be literal filenames

Anchor them accordingly.

13 years agoFix a thinko in filtering excluded module files
Florian Ragwitz [Wed, 6 Jul 2011 14:54:06 +0000 (16:54 +0200)]
Fix a thinko in filtering excluded module files

If we got a regexp ref, use it as it. Otherwise quote the string in a regexp.

13 years agoOnly describe the inplace mode of Porting/bump-perl-version in Porting/release_manage...
Leon Brocard [Wed, 6 Jul 2011 15:28:58 +0000 (16:28 +0100)]
Only describe the inplace mode of Porting/bump-perl-version in Porting/release_managers_guide.pod

13 years agodisable use of nm on darwin
Ricardo Signes [Wed, 6 Jul 2011 14:34:31 +0000 (10:34 -0400)]
disable use of nm on darwin

Testing from 10.5 with Xcode 3 to the latest OS X works with usenm='false' but
not always with usenm='true'

13 years agoUpdate CPANPLUS to CPAN version 0.9106
Chris 'BinGOs' Williams [Wed, 6 Jul 2011 10:42:55 +0000 (11:42 +0100)]
Update CPANPLUS to CPAN version 0.9106

  [DELTA]

  Changes for 0.9106      Wed Jul  6 09:53:44 2011
  ================================================
  * synchronisation with blead to remove profanity
    from the source. No other changes.

13 years agoIn threads.xs, remove num_args from ithread_create, as it is unused.
Nicholas Clark [Tue, 5 Jul 2011 12:14:50 +0000 (14:14 +0200)]
In threads.xs, remove num_args from ithread_create, as it is unused.

It has never been used - it was added unused with commit 680818c0361b180b.

13 years agoIn cmp_version.t, show in the TAP when we are skipping a particular version.
Nicholas Clark [Tue, 5 Jul 2011 12:09:28 +0000 (14:09 +0200)]
In cmp_version.t, show in the TAP when we are skipping a particular version.

The facility to skip specific versions of modules was added in
a5a2efce1e0ae6b7. However, it gave no indication when such an exception caused
a skip, because it generated identical TAP output to the normal pass case.

Instead, we now show the diffs (as for the "not ok" TAP output), but generate
TAP "SKIP" for the pass. This makes it clear what is happening.

13 years agoIn Cwd.xs, tidy the conditional code related to symlinks.
Nicholas Clark [Tue, 5 Jul 2011 10:12:47 +0000 (12:12 +0200)]
In Cwd.xs, tidy the conditional code related to symlinks.

Move the variable symlink inside the conditionally compiled code, to avoid
on platforms which don't have symlinks about an unused variable.
Move the pre-processor directives back to column zero - they were indented as
part of the upgrade to PathTools 3.26_01 in c7304ea2604337d2.
Correct the indentation of some lines [always just a closing '}'], which was
making the code harder to follow. All these lines seem to have been left
unaltered by c7304ea2604337d2, when code surrounding them changed.

13 years agoAdd section on circular refs to perlref
Dave Rolsky [Wed, 6 Jul 2011 05:09:19 +0000 (22:09 -0700)]
Add section on circular refs to perlref

13 years agoperlretut: Remove references to /dul
Karl Williamson [Wed, 6 Jul 2011 02:27:40 +0000 (20:27 -0600)]
perlretut: Remove references to /dul

These modifiers are automatically selected when various
pragmas are in effect, and their explicit use is rarely called
for, so shouldn't be mentioned in a tutorial introduction.

13 years agoperlrecharclass: nits
Karl Williamson [Wed, 6 Jul 2011 02:26:37 +0000 (20:26 -0600)]
perlrecharclass: nits

13 years agoperlop: nits
Karl Williamson [Wed, 6 Jul 2011 02:24:29 +0000 (20:24 -0600)]
perlop: nits