File tree Expand file tree Collapse file tree 22 files changed +30
-23
lines changed Expand file tree Collapse file tree 22 files changed +30
-23
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ package Maintainers;
227
227
},
228
228
229
229
' Config::Perl::V' => {
230
- ' DISTRIBUTION' => ' HMBRAND/Config-Perl-V-0.30 .tgz' ,
230
+ ' DISTRIBUTION' => ' HMBRAND/Config-Perl-V-0.31 .tgz' ,
231
231
' FILES' => q[ cpan/Config-Perl-V] ,
232
232
' EXCLUDED' => [qw(
233
233
examples/show-v.pl
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use warnings;
6
6
use Config;
7
7
use Exporter;
8
8
use vars qw( $VERSION @ISA @EXPORT_OK %EXPORT_TAGS) ;
9
- $VERSION = " 0.30 " ;
9
+ $VERSION = " 0.32 " ;
10
10
@ISA = qw( Exporter ) ;
11
11
@EXPORT_OK = qw( plv2hash summary myconfig signature ) ;
12
12
%EXPORT_TAGS = (
@@ -70,6 +70,7 @@ my %BTD = map { $_ => 0 } qw(
70
70
USE_NO_REGISTRY
71
71
USE_PERL_ATOF
72
72
USE_SITECUSTOMIZE
73
+ USE_THREAD_SAFE_LOCALE
73
74
74
75
DEBUG_LEAKING_SCALARS
75
76
DEBUG_LEAKING_SCALARS_FORK_DUMP
@@ -404,9 +405,9 @@ Config::Perl::V - Structured data retrieval of perl -V output
404
405
405
406
=head2 $conf = myconfig ()
406
407
407
- This function will collect the data described in L<the hash structure> below,
408
+ This function will collect the data described in L</"The hash structure" > below,
408
409
and return that as a hash reference. It optionally accepts an option to
409
- include more entries from %ENV. See L<environment> below.
410
+ include more entries from %ENV. See L</ environment> below.
410
411
411
412
Note that this will not work on uninstalled perls when called with
412
413
C<-I/path/to/uninstalled/perl/lib > , but it works when that path is in
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 99 ;
8
+ my $tests = 100 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 99 ;
8
+ my $tests = 100 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 98 ;
8
+ my $tests = 99 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 100 ;
8
+ my $tests = 101 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 100 ;
8
+ my $tests = 101 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 99 ;
8
+ my $tests = 100 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 157 ;
8
+ my $tests = 158 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 118 ;
8
+ my $tests = 119 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 118 ;
8
+ my $tests = 119 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 118 ;
8
+ my $tests = 119 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 119 ;
8
+ my $tests = 120 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 119 ;
8
+ my $tests = 120 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 119 ;
8
+ my $tests = 120 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 119 ;
8
+ my $tests = 120 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 127 ;
8
+ my $tests = 128 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 127 ;
8
+ my $tests = 128 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 127 ;
8
+ my $tests = 128 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 127 ;
8
+ my $tests = 128 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
BEGIN {
7
7
use Test::More;
8
- my $tests = 127 ;
8
+ my $tests = 128 ;
9
9
unless ($ENV {PERL_CORE }) {
10
10
require Test::NoWarnings;
11
11
Test::NoWarnings-> import ();
Original file line number Diff line number Diff line change @@ -125,6 +125,12 @@ XXX Remove this section if not applicable.
125
125
126
126
=item *
127
127
128
+ L<Config::Perl::V>. has been upgraded from version 0.30 to 0.31. This was due
129
+ to a new configuration variable that has influence on binary compatibility:
130
+ C<USE_THREAD_SAFE_LOCALE>.
131
+
132
+ =item *
133
+
128
134
L<threads::shared> has been upgraded from version 1.58 to 1.59.
129
135
130
136
=item *
You can’t perform that action at this time.
0 commit comments