Skip to content

Commit

Permalink
Update Config::Perl::V to 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Tux committed Jan 13, 2025
1 parent 8748799 commit e13f0e4
Show file tree
Hide file tree
Showing 34 changed files with 732 additions and 33 deletions.
5 changes: 4 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,10 @@ cpan/Config-Perl-V/t/39_plv5340tqm.t Config::Perl::V
cpan/Config-Perl-V/t/40_plv5358dnqm.t Config::Perl::V
cpan/Config-Perl-V/t/41_plv5360dnqm.t Config::Perl::V
cpan/Config-Perl-V/t/42_plv5373tld.t Config::Perl::V
cpan/Config-Perl-V/t/43_plv53710rcs.t Test file related to Config::Perl::V
cpan/Config-Perl-V/t/43_plv53710rcs.t Config::Perl::V
cpan/Config-Perl-V/t/44_plv5380tqm.t Config::Perl::V
cpan/Config-Perl-V/t/45_plv5400tqm.t Config::Perl::V
cpan/Config-Perl-V/t/46_plv5411tqmrcs.t Config::Perl::V
cpan/Config-Perl-V/V.pm Config::Perl::V
cpan/CPAN/lib/App/Cpan.pm helper package for CPAN.pm
cpan/CPAN/lib/CPAN.pm Interface to Comprehensive Perl Archive Network
Expand Down
5 changes: 3 additions & 2 deletions Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,12 @@ package Maintainers;
},

'Config::Perl::V' => {
'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.36.tgz',
'SYNCINFO' => 'yorton on Sat Mar 4 10:43:06 2023',
'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.37.tgz',
'SYNCINFO' => 'tux on Mon 13 Jan 2025 11:40:00',
'FILES' => q[cpan/Config-Perl-V],
'EXCLUDED' => [qw(
examples/show-v.pl
SECURITY.md
)],
},

Expand Down
6 changes: 4 additions & 2 deletions cpan/Config-Perl-V/V.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Config;
use Exporter;
use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
$VERSION = "0.36";
$VERSION = "0.37";
@ISA = qw( Exporter );
@EXPORT_OK = qw( plv2hash summary myconfig signature );
%EXPORT_TAGS = (
Expand All @@ -27,6 +27,8 @@ $VERSION = "0.36";
my %BTD = map {( $_ => 0 )} qw(
DEBUGGING
HAS_LONG_DOUBLE
HAS_STRTOLD
NO_HASH_SEED
NO_MATHOMS
NO_PERL_INTERNAL_RAND_SEED
Expand Down Expand Up @@ -574,7 +576,7 @@ H.Merijn Brand <h.m.brand@xs4all.nl>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2009-2023 H.Merijn Brand
Copyright (C) 2009-2025 H.Merijn Brand
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/20_plv56.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 106;
my $tests = 108;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/21_plv58.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 106;
my $tests = 108;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/22_plv510.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 105;
my $tests = 107;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/23_plv512.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 107;
my $tests = 109;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/24_plv514.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 107;
my $tests = 109;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/25_plv516.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 106;
my $tests = 108;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/25_plv5162.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 164;
my $tests = 166;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/26_plv518.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 125;
my $tests = 127;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/26_plv5182.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 125;
my $tests = 127;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/27_plv5200.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 125;
my $tests = 127;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/27_plv5202.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 126;
my $tests = 128;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/28_plv5220.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 126;
my $tests = 128;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/28_plv52201w.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 126;
my $tests = 128;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/29_plv5235w.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 126;
my $tests = 128;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/30_plv5240.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/31_plv52511.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/32_plv5261rc1.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/33_plv52711r.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/34_plv5280.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/35_plv52910g.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/36_plv5300.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/37_plv53111qm.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/38_plv5320tld.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/39_plv5340tqm.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/40_plv5358dnqm.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/41_plv5360dnqm.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 134;
my $tests = 136;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/42_plv5373tld.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 135;
my $tests = 137;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
2 changes: 1 addition & 1 deletion cpan/Config-Perl-V/t/43_plv53710rcs.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

BEGIN {
use Test::More;
my $tests = 135;
my $tests = 137;
unless ($ENV{PERL_CORE}) {
require Test::NoWarnings;
Test::NoWarnings->import ();
Expand Down
Loading

0 comments on commit e13f0e4

Please sign in to comment.