mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
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:
parent
ab79bb2049
commit
e46a7d70b6
@ -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' => [
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -8,7 +8,7 @@ BEGIN {
|
||||
our @ISA = qw( ExtUtils::MM_Unix );
|
||||
}
|
||||
|
||||
our $VERSION = '7.74';
|
||||
our $VERSION = '7.76';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ BEGIN {
|
||||
|
||||
use File::Basename;
|
||||
|
||||
our $VERSION = '7.74';
|
||||
our $VERSION = '7.76';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
require ExtUtils::MM_Any;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
@ -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')
|
||||
|
||||
@ -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 ();
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
package ExtUtils::MakeMaker::FAQ;
|
||||
|
||||
our $VERSION = '7.74';
|
||||
our $VERSION = '7.76';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
1;
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
package ExtUtils::MakeMaker::Tutorial;
|
||||
|
||||
our $VERSION = '7.74';
|
||||
our $VERSION = '7.76';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ use warnings;
|
||||
|
||||
use vars qw($VERSION $CLASS $STRICT $LAX);
|
||||
|
||||
$VERSION = '7.74';
|
||||
$VERSION = '7.76';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
#--------------------------------------------------------------------------#
|
||||
|
||||
@ -3,7 +3,7 @@ package ExtUtils::Mkbootstrap;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '7.74';
|
||||
our $VERSION = '7.76';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
require Exporter;
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -3,7 +3,7 @@ package ExtUtils::testlib;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '7.74';
|
||||
our $VERSION = '7.76';
|
||||
$VERSION =~ tr/_//d;
|
||||
|
||||
use Cwd;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user