Skip to content

Commit

Permalink
Releasgineering for v7.47_10
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Sep 15, 2020
1 parent 844ad71 commit 1394983
Show file tree
Hide file tree
Showing 35 changed files with 39 additions and 34 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
7.47_10 Tue 15 Sep 19:30:32 BST 2020

Test fixes:
- BareV2String should also be skipped on v5.8.0

7.47_09 Mon 14 Sep 14:33:52 BST 2020

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
@ISA = qw(Exporter);
@EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
dos2unix);
$VERSION = '7.47_09';
$VERSION = '7.47_10';
$VERSION =~ tr/_//d;

my $Is_VMS = $^O eq 'VMS';
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Command/MM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ our @ISA = qw(Exporter);

our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist test_s cp_nonempty);
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

my $Is_VMS = $^O eq 'VMS';
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Liblist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::Liblist;
use strict;
use warnings;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

use File::Spec;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Liblist/Kid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use 5.006;

use strict;
use warnings;
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

use ExtUtils::MakeMaker::Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use ExtUtils::MakeMaker::Config;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::Liblist;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_AIX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::MM_AIX;

use strict;
use warnings;
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

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

use strict;
use warnings;
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_BeOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;

our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;


Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Cygwin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require ExtUtils::MM_Unix;
require ExtUtils::MM_Win32;
our @ISA = qw( ExtUtils::MM_Unix );

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;


Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_DOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::MM_DOS;
use strict;
use warnings;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Any;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Darwin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BEGIN {
our @ISA = qw( ExtUtils::MM_Unix );
}

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;


Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_MacOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::MM_MacOS;
use strict;
use warnings;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_NW5.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use warnings;
use ExtUtils::MakeMaker::Config;
use File::Basename;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Win32;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_OS2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use ExtUtils::MakeMaker qw(neatvalue);
use File::Spec;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Any;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_OS390.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::MM_OS390;

use strict;
use warnings;
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

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

use strict;
use warnings;
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Unix;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_UWIN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::MM_UWIN;

use strict;
use warnings;
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Unix;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Unix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue _sprintf562);

# If we make $VERSION an our variable parse_version() breaks
use vars qw($VERSION);
$VERSION = '7.47_09';
$VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Any;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_VMS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BEGIN {

use File::Basename;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Any;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_VOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::MM_VOS;

use strict;
use warnings;
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Unix;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Win32.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use ExtUtils::MakeMaker qw(neatvalue _sprintf562);
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

$ENV{EMXSHELL} = 'sh'; # to run `commands`
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Win95.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::MM_Win95;
use strict;
use warnings;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require ExtUtils::MM_Win32;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MY.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::MY;
use strict;
require ExtUtils::MM;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;
our @ISA = qw(ExtUtils::MM);

Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ my %Recognized_Att_Keys;
our %macro_fsentity; # whether a macro is a filesystem name
our %macro_dep; # whether a macro is a dependency

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

# Emulate something resembling CVS $Revision$
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::MakeMaker::Config;
use strict;
use warnings;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

use Config ();
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/FAQ.pod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ExtUtils::MakeMaker::FAQ;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

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

use strict;
use warnings;
our $VERSION = "7.47_09";
our $VERSION = "7.47_10";
$VERSION =~ tr/_//d;

use base 'Exporter';
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/Tutorial.pod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ExtUtils::MakeMaker::Tutorial;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;


Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use warnings;

use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);

$VERSION = '7.47_09';
$VERSION = '7.47_10';
$VERSION =~ tr/_//d;
$CLASS = 'version';

Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/version/regex.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use warnings;

use vars qw($VERSION $CLASS $STRICT $LAX);

$VERSION = '7.47_09';
$VERSION = '7.47_10';
$VERSION =~ tr/_//d;

#--------------------------------------------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/version/vpp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ use warnings;

use Config;
use vars qw($VERSION $CLASS @ISA $LAX $STRICT);
$VERSION = '7.47_09';
$VERSION = '7.47_10';
$VERSION =~ tr/_//d;
$CLASS = 'ExtUtils::MakeMaker::version::vpp';

Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Mkbootstrap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package ExtUtils::Mkbootstrap;
use strict 'refs';
use warnings;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

require Exporter;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Mksymlists.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Config;

our @ISA = qw(Exporter);
our @EXPORT = qw(&Mksymlists);
our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

sub Mksymlists {
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/testlib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::testlib;
use strict;
use warnings;

our $VERSION = '7.47_09';
our $VERSION = '7.47_10';
$VERSION =~ tr/_//d;

use Cwd;
Expand Down

0 comments on commit 1394983

Please sign in to comment.