Skip to content

Commit fd6d227

Browse files
committed
Make 0.4213 0.42_13
1 parent 22ff021 commit fd6d227

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Perl extension Module::Build.
22

3-
0.4213 -
3+
0.42_13 -
44

55
[BUG FIXES]
66

lib/Module/Build.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use Perl::OSType ();
1919
use Module::Build::Base;
2020

2121
our @ISA = qw(Module::Build::Base);
22-
our $VERSION = '0.4213';
22+
our $VERSION = '0.42_13';
2323
$VERSION = eval $VERSION;
2424

2525
# Inserts the given module into the @ISA hierarchy between

lib/Module/Build/Base.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use 5.006;
66
use strict;
77
use warnings;
88

9-
our $VERSION = '0.4213';
9+
our $VERSION = '0.42_13';
1010
$VERSION = eval $VERSION;
1111

1212
use Carp;

lib/Module/Build/Compat.pm

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

33
use strict;
44
use warnings;
5-
our $VERSION = '0.4213';
5+
our $VERSION = '0.42_13';
66

77
use File::Basename ();
88
use File::Spec;

lib/Module/Build/Config.pm

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

33
use strict;
44
use warnings;
5-
our $VERSION = '0.4213';
5+
our $VERSION = '0.42_13';
66
$VERSION = eval $VERSION;
77
use Config;
88

lib/Module/Build/Cookbook.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Module::Build::Cookbook;
22
use strict;
33
use warnings;
4-
our $VERSION = '0.4213';
4+
our $VERSION = '0.42_13';
55

66

77
=head1 NAME

lib/Module/Build/Dumper.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Module::Build::Dumper;
22
use strict;
33
use warnings;
4-
our $VERSION = '0.4213';
4+
our $VERSION = '0.42_13';
55

66
# This is just a split-out of a wrapper function to do Data::Dumper
77
# stuff "the right way". See:

lib/Module/Build/Notes.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package Module::Build::Notes;
44

55
use strict;
66
use warnings;
7-
our $VERSION = '0.4213';
7+
our $VERSION = '0.42_13';
88
$VERSION = eval $VERSION;
99
use Data::Dumper;
1010
use Module::Build::Dumper;

lib/Module/Build/PPMMaker.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Config;
66

7-
our $VERSION = '0.4213';
7+
our $VERSION = '0.42_13';
88
$VERSION = eval $VERSION;
99

1010
# This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a

lib/Module/Build/Platform/Default.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Module::Build::Platform::Default;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '0.4213';
5+
our $VERSION = '0.42_13';
66
$VERSION = eval $VERSION;
77
use Module::Build::Base;
88

0 commit comments

Comments
 (0)