Description:
perl5-porters@perl.org (Moderated)
|
|
|
RFC: Deprecating Module::Build
|
| |
I propose deprecating Module::Build from core in 5.19 and removing it in 5.21.
My rationale:
* Module::Build has been in life-support maintainance for a couple
years now (thank you leont for taking up that awful task)
* CPAN clients have supported configure_requires to bootstrap a build
tool since Perl 5.10.1 almost a decade ago... more »
|
|
'foreach' return value should be documented
|
| |
...
This is a bug report for perl from l....@web.de,
generated with the help of perlbug 1.39 running under perl 5.16.3.
------------------------------ ------------------------------ -----
[Please describe your issue here]
As far as I can see 'perldoc perlsyn' doesn't document the return value of... more »
|
|
Parrot 5.4.0 "Austin Parrot" Released!
|
| |
Jimi Hendrix, deceased, drugs.
Janis Joplin, deceased, alcohol.
Mama Cass, deceased, ham sandwich.
-- Austin Powers (making a list of friends from the Summer of Love)
On behalf of the Parrot team, I'm proud to announce Parrot 5.4.0, also known
as "Austin Parrot". Parrot ([link]) is a virtual machine aimed... more »
|
|
Safe 2.35 localizing %SIG
|
| |
I've been bitten by the localizing of %SIG in the latest Safe.pm. I'm
using a SIG ALRM to have execution of the Safe compartment time out:
[link]
and this no longer works. I can see why locally undefing %SIG is probably a... more »
|
|
filehandle promotion to IO::Handle not acting correctly
|
| |
...
Why should they?
...
It's not clear to me that such promotion happens in this case:
...
...$ cat 118105_fh.pl ...use strict;
use warnings;
use 5.10.1;
use Data::Dumper;
use Scalar::Util qw( reftype );
use Test::More qw( no_plan );
open my $fh, "|-", "rev" or die $!;
say STDERR "ref: ", ref($fh);... more »
|
|
Build failed in Jenkins: perl5-threaded #1999
|
| |
See <[link]>
Changes:
[dagolden] Eliminate external call to tar executable in favour of Archive::Tar
------------------------------ ------------
[...truncated 11088 lines...]
../cpan/Module-Build/t/test_fi le_exts.t ........................... ok... more »
|
|
Build failed in Jenkins: perl5 #2370
|
| |
See <[link]>
Changes:
[dagolden] Eliminate external call to tar executable in favour of Archive::Tar
------------------------------ ------------
[...truncated 10999 lines...]
../cpan/Unicode-Collate/t/loc_ zhpy.t .............................. ok... more »
|
|
doc patch: File::Copy pod Synopsis section
|
| |
Attached patch based on blead changes the pod of File::Copy so that
the Synopsis section more clearly demonstrates whether the order of
arguments for the copy and move functions is source-dest or
dest-source.
Please verify that I've used the correct order. The stakes are high:
if we put the wrong order in the docs, people might end up silently... more »
|
|
Porting/sync-with-cpan - eliminate external call to `tar`
|
| |
Hi p5p,
As discussed previously, this is one of the patches to eliminate reliance on external tools where practical. The attached patch exchanges the use of a native `tar` executable against the use of Archive::Tar in Porting/sync-with-cpan .
I'd like to get these changes in as early as possible in the 5.19 cycle,... more »
|
|
|