Skip to content

Commit 45fe1fc

Browse files
committed
Release 0.4214
1 parent f87c348 commit 45fe1fc

File tree

20 files changed

+23
-19
lines changed

20 files changed

+23
-19
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for Perl extension Module::Build.
22

3+
0.4214 - Fri Jun 12 00:25:00 CEST 2015
4+
5+
- Released 0.42_13 as 0.4214
6+
37
0.42_13 - Sat Jun 6 21:18:24 CEST 2015
48

59
[BUG FIXES]

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.42_13';
22+
our $VERSION = '0.4214';
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.42_13';
9+
our $VERSION = '0.4214';
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.42_13';
5+
our $VERSION = '0.4214';
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.42_13';
5+
our $VERSION = '0.4214';
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.42_13';
4+
our $VERSION = '0.4214';
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.42_13';
4+
our $VERSION = '0.4214';
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.42_13';
7+
our $VERSION = '0.4214';
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.42_13';
7+
our $VERSION = '0.4214';
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.42_13';
5+
our $VERSION = '0.4214';
66
$VERSION = eval $VERSION;
77
use Module::Build::Base;
88

0 commit comments

Comments
 (0)