Skip to content

Commit

Permalink
Bumped version to 0.42_21
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Mar 20, 2017
1 parent 7b749c4 commit d659ee6
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension Module::Build.

0.42_21 -

0.4220 - Tue Aug 16 22:11:14 CEST 2016

- Released 0.42_19 as 0.4220
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build.pm
Expand Up @@ -19,7 +19,7 @@ use Perl::OSType ();
use Module::Build::Base;

our @ISA = qw(Module::Build::Base);
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;

# Inserts the given module into the @ISA hierarchy between
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Base.pm
Expand Up @@ -6,7 +6,7 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Compat.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Compat;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';

use File::Basename ();
use File::Spec;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Config.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Config;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Config;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Cookbook.pm
@@ -1,7 +1,7 @@
package Module::Build::Cookbook;
use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';


=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Dumper.pm
@@ -1,7 +1,7 @@
package Module::Build::Dumper;
use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';

# This is just a split-out of a wrapper function to do Data::Dumper
# stuff "the right way". See:
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Notes.pm
Expand Up @@ -4,7 +4,7 @@ package Module::Build::Notes;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Data::Dumper;
use Module::Build::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/PPMMaker.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Config;

our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;

# This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/Default.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Default;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/MacOS.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::MacOS;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Base;
our @ISA = qw(Module::Build::Base);
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/Unix.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Unix;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/VMS.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::VMS;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Base;
use Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/VOS.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::VOS;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Base;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/Windows.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Windows;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;

use Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/aix.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::aix;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/cygwin.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::cygwin;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/darwin.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::darwin;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/os2.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::os2;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;
use Module::Build::Platform::Unix;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/PodParser.pm
Expand Up @@ -2,7 +2,7 @@ package Module::Build::PodParser;

use strict;
use warnings;
our $VERSION = '0.4220';
our $VERSION = '0.42_21';
$VERSION = eval $VERSION;

sub new {
Expand Down

0 comments on commit d659ee6

Please sign in to comment.