Skip Menu |

This queue is for tickets about the Config-Perl-V CPAN distribution.

Report information
The Basics
Id: 92534
Status: rejected
Priority: 0/
Queue: Config-Perl-V

People
Owner: Nobody in particular
Requestors: shay [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Sync with blead
The attached patch brings 0.19 into line with blead (re: 0b39d4dc4a).
Subject: blead.patch
diff -ruN Config-Perl-V-0.19.orig/t/20_plv510.t Config-Perl-V-0.19/t/20_plv510.t --- Config-Perl-V-0.19.orig/t/20_plv510.t 2013-05-23 11:31:38.000000000 +0100 +++ Config-Perl-V-0.19/t/20_plv510.t 2014-01-28 13:14:04.878038500 +0000 @@ -32,7 +32,6 @@ config_args='-Duse64bitint -des' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef - useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: diff -ruN Config-Perl-V-0.19.orig/t/21_plv518.t Config-Perl-V-0.19/t/21_plv518.t --- Config-Perl-V-0.19.orig/t/21_plv518.t 2013-05-23 11:31:58.000000000 +0100 +++ Config-Perl-V-0.19/t/21_plv518.t 2014-01-28 13:13:59.465322000 +0000 @@ -61,7 +61,6 @@ config_args='-Duse64bitint -Duselongdouble -des' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef - useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=undef, uselongdouble=define usemymalloc=n, bincompat5005=undef Compiler:
On Tue Jan 28 08:17:45 2014, SHAY wrote: Show quoted text
> The attached patch brings 0.19 into line with blead (re: 0b39d4dc4a).
I revrted that change in blead, as the output of -V for older perl versions will never change when blead changes. I have now added test files for 5.6, 5.8, 5.10, 5.12, 5.14, and 5.16 Some are non-ggc build outputs and some non-Linux. I will add a new test file for 5.20 when 5.20 is released