Skip to content

Commit

Permalink
Bump to 0.4234
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Apr 28, 2023
1 parent 22a4c30 commit bdf211f
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 19 deletions.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Revision history for Perl extension Module::Build.

0.4234 - Fri 28 Apr 2023 10:46:26 CEST
- PodParser now respects =encoding directives

- Don't use libraries in t/bundled for Build.PL

- make_tarball: workaround for broken tar on Darwin

- Respect $Config{man1ext}/$Config{man3ext}

- Do not require a compiler if c_source is an empty list

0.42_33 - Wed Mar 29 10:38:56 PM CEST 2023

- PodParser now respects =encoding directives
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Perl::OSType ();
use Module::Build::Base;

our @ISA = qw(Module::Build::Base);
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;

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

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';

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

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;
use Config;

Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Cookbook.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Module::Build::Cookbook;
use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';


=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Dumper.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Module::Build::Dumper;
use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Module::Build::Notes;

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;
use Data::Dumper;
use Module::Build::Dumper;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/PPMMaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Config;

our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Default;

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;
use Module::Build::Base;

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

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::Unix;

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;
use Module::Build::Base;

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

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;
use Module::Build::Base;
use Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/Platform/VOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Module::Build::Platform::VOS;

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;
use Module::Build::Base;

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

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;

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

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

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

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

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

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

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

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

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

use strict;
use warnings;
our $VERSION = '0.42_33';
our $VERSION = '0.4234';
$VERSION = eval $VERSION;

sub new {
Expand Down

0 comments on commit bdf211f

Please sign in to comment.