Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 91c5c00

Browse files
author
Reini Urban
committed
EUMM: bump MM*.pm to 8.04_04
There is a test checking the versions
1 parent 69b304d commit 91c5c00

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::MM;
33
use strict;
44
use ExtUtils::MakeMaker::Config;
55

6-
our $VERSION = '8.04_03';
6+
our $VERSION = '8.04_04';
77

88
require ExtUtils::Liblist;
99
require ExtUtils::MakeMaker;

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ExtUtils::MM_AIX;
22

33
use strict;
4-
our $VERSION = '8.04_03';
4+
our $VERSION = '8.04_04';
55

66
require ExtUtils::MM_Unix;
77
our @ISA = qw(ExtUtils::MM_Unix);

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ExtUtils::MM_Any;
22

33
use strict;
4-
our $VERSION = '8.04_03';
4+
our $VERSION = '8.04_04';
55

66
use Carp;
77
use File::Spec;

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require ExtUtils::MM_Any;
2626
require ExtUtils::MM_Unix;
2727

2828
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
29-
our $VERSION = '8.04_03';
29+
our $VERSION = '8.04_04';
3030

3131

3232
=item os_flavor

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require ExtUtils::MM_Unix;
99
require ExtUtils::MM_Win32;
1010
our @ISA = qw( ExtUtils::MM_Unix );
1111

12-
our $VERSION = '8.04_03';
12+
our $VERSION = '8.04_04';
1313

1414

1515
=head1 NAME

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_DOS;
22

33
use strict;
44

5-
our $VERSION = '8.04_03';
5+
our $VERSION = '8.04_04';
66

77
require ExtUtils::MM_Any;
88
require ExtUtils::MM_Unix;

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BEGIN {
77
our @ISA = qw( ExtUtils::MM_Unix );
88
}
99

10-
our $VERSION = '8.04_03';
10+
our $VERSION = '8.04_04';
1111

1212

1313
=head1 NAME

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_MacOS;
22

33
use strict;
44

5-
our $VERSION = '8.04_03';
5+
our $VERSION = '8.04_04';
66

77
sub new {
88
die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker';

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use strict;
2222
use ExtUtils::MakeMaker::Config;
2323
use File::Basename;
2424

25-
our $VERSION = '8.04_03';
25+
our $VERSION = '8.04_04';
2626

2727
require ExtUtils::MM_Win32;
2828
our @ISA = qw(ExtUtils::MM_Win32);

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use ExtUtils::MakeMaker qw(neatvalue);
66
use File::Spec;
77

8-
our $VERSION = '8.04_03';
8+
our $VERSION = '8.04_04';
99

1010
require ExtUtils::MM_Any;
1111
require ExtUtils::MM_Unix;

0 commit comments

Comments
 (0)