Skip to content

Commit 266a3c1

Browse files
committed
Prepare for release 0.4229
1 parent a269685 commit 266a3c1

File tree

20 files changed

+22
-19
lines changed

20 files changed

+22
-19
lines changed

Changes

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

3+
0.4229 - Tue Apr 16 00:49:45 CEST 2019
4+
- Released 0.42_28 without changes
5+
36
0.42_28 - Thu Apr 19 16:34:32 CEST 2018
47

58
- Replace "MOTIVATIONS" section with "COMPARISON" [Dan Brook]

lib/Module/Build.pm

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

1919
our @ISA = qw(Module::Build::Base);
20-
our $VERSION = '0.42_28';
20+
our $VERSION = '0.4229';
2121
$VERSION = eval $VERSION;
2222

2323
# 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_28';
9+
our $VERSION = '0.4229';
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_28';
5+
our $VERSION = '0.4229';
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_28';
5+
our $VERSION = '0.4229';
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_28';
4+
our $VERSION = '0.4229';
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_28';
4+
our $VERSION = '0.4229';
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_28';
7+
our $VERSION = '0.4229';
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_28';
7+
our $VERSION = '0.4229';
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_28';
5+
our $VERSION = '0.4229';
66
$VERSION = eval $VERSION;
77
use Module::Build::Base;
88

0 commit comments

Comments
 (0)