Skip to content

Commit 694b7c7

Browse files
committed
Releasgineering for v7.70
1 parent f64893c commit 694b7c7

35 files changed

+38
-34
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
7.70 Sun 26 Mar 14:13:20 BST 2023
2+
3+
No changes since v7.69_01
4+
15
7.69_01 Sat 25 Mar 11:06:19 GMT 2023
26

37
Core reversions:

lib/ExtUtils/Command.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require Exporter;
77
our @ISA = qw(Exporter);
88
our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
99
dos2unix);
10-
our $VERSION = '7.69_01';
10+
our $VERSION = '7.70';
1111
$VERSION =~ tr/_//d;
1212

1313
my $Is_VMS = $^O eq 'VMS';

lib/ExtUtils/Command/MM.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ our @ISA = qw(Exporter);
1010

1111
our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
1212
warn_if_old_packlist test_s cp_nonempty);
13-
our $VERSION = '7.69_01';
13+
our $VERSION = '7.70';
1414
$VERSION =~ tr/_//d;
1515

1616
my $Is_VMS = $^O eq 'VMS';

lib/ExtUtils/Liblist.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::Liblist;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88

99
use File::Spec;

lib/ExtUtils/Liblist/Kid.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use 5.006;
1111

1212
use strict;
1313
use warnings;
14-
our $VERSION = '7.69_01';
14+
our $VERSION = '7.70';
1515
$VERSION =~ tr/_//d;
1616

1717
use ExtUtils::MakeMaker::Config;

lib/ExtUtils/MM.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use ExtUtils::MakeMaker::Config;
66

7-
our $VERSION = '7.69_01';
7+
our $VERSION = '7.70';
88
$VERSION =~ tr/_//d;
99

1010
require ExtUtils::Liblist;

lib/ExtUtils/MM_AIX.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_AIX;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.69_01';
5+
our $VERSION = '7.70';
66
$VERSION =~ tr/_//d;
77

88
use ExtUtils::MakeMaker::Config;

lib/ExtUtils/MM_Any.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_Any;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.69_01';
5+
our $VERSION = '7.70';
66
$VERSION =~ tr/_//d;
77

88
use Carp;

lib/ExtUtils/MM_BeOS.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require ExtUtils::MM_Any;
2727
require ExtUtils::MM_Unix;
2828

2929
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
30-
our $VERSION = '7.69_01';
30+
our $VERSION = '7.70';
3131
$VERSION =~ tr/_//d;
3232

3333

lib/ExtUtils/MM_Cygwin.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require ExtUtils::MM_Unix;
1010
require ExtUtils::MM_Win32;
1111
our @ISA = qw( ExtUtils::MM_Unix );
1212

13-
our $VERSION = '7.69_01';
13+
our $VERSION = '7.70';
1414
$VERSION =~ tr/_//d;
1515

1616

lib/ExtUtils/MM_DOS.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::MM_DOS;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88

99
require ExtUtils::MM_Any;

lib/ExtUtils/MM_Darwin.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BEGIN {
88
our @ISA = qw( ExtUtils::MM_Unix );
99
}
1010

11-
our $VERSION = '7.69_01';
11+
our $VERSION = '7.70';
1212
$VERSION =~ tr/_//d;
1313

1414

lib/ExtUtils/MM_MacOS.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::MM_MacOS;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88

99
sub new {

lib/ExtUtils/MM_NW5.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use warnings;
2323
use ExtUtils::MakeMaker::Config;
2424
use File::Basename;
2525

26-
our $VERSION = '7.69_01';
26+
our $VERSION = '7.70';
2727
$VERSION =~ tr/_//d;
2828

2929
require ExtUtils::MM_Win32;

lib/ExtUtils/MM_OS2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
use ExtUtils::MakeMaker qw(neatvalue);
77
use File::Spec;
88

9-
our $VERSION = '7.69_01';
9+
our $VERSION = '7.70';
1010
$VERSION =~ tr/_//d;
1111

1212
require ExtUtils::MM_Any;

lib/ExtUtils/MM_OS390.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_OS390;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.69_01';
5+
our $VERSION = '7.70';
66
$VERSION =~ tr/_//d;
77

88
use ExtUtils::MakeMaker::Config;

lib/ExtUtils/MM_QNX.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_QNX;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.69_01';
5+
our $VERSION = '7.70';
66
$VERSION =~ tr/_//d;
77

88
require ExtUtils::MM_Unix;

lib/ExtUtils/MM_UWIN.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_UWIN;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.69_01';
5+
our $VERSION = '7.70';
66
$VERSION =~ tr/_//d;
77

88
require ExtUtils::MM_Unix;

lib/ExtUtils/MM_Unix.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue _sprintf562);
1515

1616
# If $VERSION is in scope, parse_version() breaks
1717
{
18-
our $VERSION = '7.69_01';
18+
our $VERSION = '7.70';
1919
$VERSION =~ tr/_//d;
2020
}
2121

lib/ExtUtils/MM_VMS.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BEGIN {
1616

1717
use File::Basename;
1818

19-
our $VERSION = '7.69_01';
19+
our $VERSION = '7.70';
2020
$VERSION =~ tr/_//d;
2121

2222
require ExtUtils::MM_Any;

lib/ExtUtils/MM_VOS.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_VOS;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.69_01';
5+
our $VERSION = '7.70';
66
$VERSION =~ tr/_//d;
77

88
require ExtUtils::MM_Unix;

lib/ExtUtils/MM_Win32.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use ExtUtils::MakeMaker qw(neatvalue _sprintf562);
2727
require ExtUtils::MM_Any;
2828
require ExtUtils::MM_Unix;
2929
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
30-
our $VERSION = '7.69_01';
30+
our $VERSION = '7.70';
3131
$VERSION =~ tr/_//d;
3232

3333
$ENV{EMXSHELL} = 'sh'; # to run `commands`

lib/ExtUtils/MM_Win95.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::MM_Win95;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88

99
require ExtUtils::MM_Win32;

lib/ExtUtils/MY.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::MY;
33
use strict;
44
require ExtUtils::MM;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88
our @ISA = qw(ExtUtils::MM);
99

lib/ExtUtils/MakeMaker.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ my %Recognized_Att_Keys;
2525
our %macro_fsentity; # whether a macro is a filesystem name
2626
our %macro_dep; # whether a macro is a dependency
2727

28-
our $VERSION = '7.69_01';
28+
our $VERSION = '7.70';
2929
$VERSION =~ tr/_//d;
3030

3131
# Emulate something resembling CVS $Revision$

lib/ExtUtils/MakeMaker/Config.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::MakeMaker::Config;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88

99
use Config ();

lib/ExtUtils/MakeMaker/FAQ.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package ExtUtils::MakeMaker::FAQ;
22

3-
our $VERSION = '7.69_01';
3+
our $VERSION = '7.70';
44
$VERSION =~ tr/_//d;
55

66
1;

lib/ExtUtils/MakeMaker/Locale.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Locale;
22

33
use strict;
44
use warnings;
5-
our $VERSION = "7.69_01";
5+
our $VERSION = "7.70";
66
$VERSION =~ tr/_//d;
77

88
use base 'Exporter';

lib/ExtUtils/MakeMaker/Tutorial.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package ExtUtils::MakeMaker::Tutorial;
22

3-
our $VERSION = '7.69_01';
3+
our $VERSION = '7.70';
44
$VERSION =~ tr/_//d;
55

66

lib/ExtUtils/MakeMaker/version.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use warnings;
1616

1717
use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
1818

19-
$VERSION = '7.69_01';
19+
$VERSION = '7.70';
2020
$VERSION =~ tr/_//d;
2121
$CLASS = 'version';
2222

lib/ExtUtils/MakeMaker/version/regex.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use warnings;
1111

1212
use vars qw($VERSION $CLASS $STRICT $LAX);
1313

14-
$VERSION = '7.69_01';
14+
$VERSION = '7.70';
1515
$VERSION =~ tr/_//d;
1616

1717
#--------------------------------------------------------------------------#

lib/ExtUtils/MakeMaker/version/vpp.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ use warnings;
129129

130130
use Config;
131131
use vars qw($VERSION $CLASS @ISA $LAX $STRICT);
132-
$VERSION = '7.69_01';
132+
$VERSION = '7.70';
133133
$VERSION =~ tr/_//d;
134134
$CLASS = 'ExtUtils::MakeMaker::version::vpp';
135135

lib/ExtUtils/Mkbootstrap.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::Mkbootstrap;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88

99
require Exporter;

lib/ExtUtils/Mksymlists.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Config;
1111

1212
our @ISA = qw(Exporter);
1313
our @EXPORT = qw(&Mksymlists);
14-
our $VERSION = '7.69_01';
14+
our $VERSION = '7.70';
1515
$VERSION =~ tr/_//d;
1616

1717
sub Mksymlists {

lib/ExtUtils/testlib.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::testlib;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.69_01';
6+
our $VERSION = '7.70';
77
$VERSION =~ tr/_//d;
88

99
use Cwd;

0 commit comments

Comments
 (0)