Update Extutils-MakerMaker to CPAN version 7.76

Fixes problems with semantic versioning in podlators

7.76    Fri 23 May 20:14:03 BST 2025

    No changes since v7.75_01

7.75_01 Fri 23 May 15:03:40 BST 2025

    Core fixes:
    - Allow dotted decimal versions in absence of CPAN::Meta::Requirements
This commit is contained in:
Chris 'BinGOs' Williams 2025-05-23 20:26:56 +01:00
parent ab79bb2049
commit e46a7d70b6
34 changed files with 35 additions and 35 deletions

View File

@ -494,7 +494,7 @@ our %Modules = (
},
'ExtUtils::MakeMaker' => {
'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.74.tar.gz',
'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.76.tar.gz',
'SYNCINFO' => 'yorton on Sun Mar 26 16:20:23 2023',
'FILES' => q[cpan/ExtUtils-MakeMaker],
'EXCLUDED' => [

View File

@ -7,7 +7,7 @@ require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
dos2unix);
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
my $Is_VMS = $^O eq 'VMS';

View File

@ -10,7 +10,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist test_s cp_nonempty);
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
my $Is_VMS = $^O eq 'VMS';

View File

@ -3,7 +3,7 @@ package ExtUtils::Liblist;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
use File::Spec;

View File

@ -11,7 +11,7 @@ use 5.006;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
use ExtUtils::MakeMaker::Config;

View File

@ -4,7 +4,7 @@ use strict;
use warnings;
use ExtUtils::MakeMaker::Config;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::Liblist;

View File

@ -2,7 +2,7 @@ package ExtUtils::MM_AIX;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
use ExtUtils::MakeMaker::Config;

View File

@ -2,7 +2,7 @@ package ExtUtils::MM_Any;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
use Carp;

View File

@ -27,7 +27,7 @@ require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;

View File

@ -10,7 +10,7 @@ require ExtUtils::MM_Unix;
require ExtUtils::MM_Win32;
our @ISA = qw( ExtUtils::MM_Unix );
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;

View File

@ -3,7 +3,7 @@ package ExtUtils::MM_DOS;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Any;

View File

@ -8,7 +8,7 @@ BEGIN {
our @ISA = qw( ExtUtils::MM_Unix );
}
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;

View File

@ -3,7 +3,7 @@ package ExtUtils::MM_MacOS;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
sub new {

View File

@ -23,7 +23,7 @@ use warnings;
use ExtUtils::MakeMaker::Config;
use File::Basename;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Win32;

View File

@ -6,7 +6,7 @@ use warnings;
use ExtUtils::MakeMaker qw(neatvalue);
use File::Spec;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Any;

View File

@ -2,7 +2,7 @@ package ExtUtils::MM_OS390;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
use ExtUtils::MakeMaker::Config;

View File

@ -2,7 +2,7 @@ package ExtUtils::MM_QNX;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Unix;

View File

@ -2,7 +2,7 @@ package ExtUtils::MM_UWIN;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Unix;

View File

@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue _sprintf562);
# If $VERSION is in scope, parse_version() breaks
{
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
}

View File

@ -16,7 +16,7 @@ BEGIN {
use File::Basename;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Any;

View File

@ -2,7 +2,7 @@ package ExtUtils::MM_VOS;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Unix;

View File

@ -27,7 +27,7 @@ use ExtUtils::MakeMaker qw(neatvalue _sprintf562);
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
$ENV{EMXSHELL} = 'sh'; # to run `commands`

View File

@ -3,7 +3,7 @@ package ExtUtils::MM_Win95;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Win32;

View File

@ -3,7 +3,7 @@ package ExtUtils::MY;
use strict;
require ExtUtils::MM;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
our @ISA = qw(ExtUtils::MM);

View File

@ -25,7 +25,7 @@ our %Recognized_Att_Keys;
our %macro_fsentity; # whether a macro is a filesystem name
our %macro_dep; # whether a macro is a dependency
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
# Emulate something resembling CVS $Revision$
@ -624,7 +624,7 @@ END
elsif (
$cmr
? !$cmr->accepts_module($prereq, $pr_version)
: $required_version > $pr_version
: version->new($required_version) > version->new($pr_version)
) {
warn sprintf "Warning: prerequisite %s %s not found. We have %s.\n",
$prereq, $required_version, ($pr_version || 'unknown version')

View File

@ -3,7 +3,7 @@ package ExtUtils::MakeMaker::Config;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
use Config ();

View File

@ -1,6 +1,6 @@
package ExtUtils::MakeMaker::FAQ;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
1;

View File

@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Locale;
use strict;
use warnings;
our $VERSION = "7.74";
our $VERSION = "7.76";
$VERSION =~ tr/_//d;
use base 'Exporter';

View File

@ -1,6 +1,6 @@
package ExtUtils::MakeMaker::Tutorial;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;

View File

@ -16,7 +16,7 @@ use warnings;
use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
$VERSION = '7.74';
$VERSION = '7.76';
$VERSION =~ tr/_//d;
$CLASS = 'version';

View File

@ -11,7 +11,7 @@ use warnings;
use vars qw($VERSION $CLASS $STRICT $LAX);
$VERSION = '7.74';
$VERSION = '7.76';
$VERSION =~ tr/_//d;
#--------------------------------------------------------------------------#

View File

@ -3,7 +3,7 @@ package ExtUtils::Mkbootstrap;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
require Exporter;

View File

@ -11,7 +11,7 @@ use Config;
our @ISA = qw(Exporter);
our @EXPORT = qw(&Mksymlists);
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
sub Mksymlists {

View File

@ -3,7 +3,7 @@ package ExtUtils::testlib;
use strict;
use warnings;
our $VERSION = '7.74';
our $VERSION = '7.76';
$VERSION =~ tr/_//d;
use Cwd;