Skip to content

Commit

Permalink
Releasgineering for v7.07_01
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Sep 2, 2015
1 parent ddb3965 commit 2ec587f
Show file tree
Hide file tree
Showing 34 changed files with 37 additions and 33 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
7.07_01 Wed Sep 2 12:38:09 BST 2015
Bug fixes:
- Fix a regression with PASSTHRU RT#106808

7.06 Mon Aug 31 18:54:14 BST 2015
Enhancements:
- version ranges are now supported for PREREQS, etc.
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Command.pm
Expand Up @@ -7,7 +7,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.06';
$VERSION = '7.07_01';
$VERSION = eval $VERSION;

my $Is_VMS = $^O eq 'VMS';
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Command/MM.pm
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.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

my $Is_VMS = $^O eq 'VMS';
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Liblist.pm
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::Liblist;

use strict;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

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

use strict;
use warnings;
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

use ExtUtils::MakeMaker::Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM.pm
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::MM;
use strict;
use ExtUtils::MakeMaker::Config;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::Liblist;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_AIX.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_AIX;

use strict;
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::MM_Unix;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Any.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_Any;

use strict;
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_BeOS.pm
Expand Up @@ -26,7 +26,7 @@ require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;

our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;


Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Cygwin.pm
Expand Up @@ -9,7 +9,7 @@ require ExtUtils::MM_Unix;
require ExtUtils::MM_Win32;
our @ISA = qw( ExtUtils::MM_Unix );

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;


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

use strict;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

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

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;


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

use strict;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_NW5.pm
Expand Up @@ -22,7 +22,7 @@ use strict;
use ExtUtils::MakeMaker::Config;
use File::Basename;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::MM_Win32;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_OS2.pm
Expand Up @@ -5,7 +5,7 @@ use strict;
use ExtUtils::MakeMaker qw(neatvalue);
use File::Spec;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::MM_Any;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_QNX.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_QNX;

use strict;
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::MM_Unix;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_UWIN.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_UWIN;

use strict;
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::MM_Unix;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Unix.pm
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.06';
$VERSION = '7.07_01';
$VERSION = eval $VERSION; ## no critic [BuiltinFunctions::ProhibitStringyEval]

require ExtUtils::MM_Any;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_VMS.pm
Expand Up @@ -15,7 +15,7 @@ BEGIN {

use File::Basename;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::MM_Any;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_VOS.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_VOS;

use strict;
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require ExtUtils::MM_Unix;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Win32.pm
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.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

$ENV{EMXSHELL} = 'sh'; # to run `commands`
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MM_Win95.pm
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::MM_Win95;

use strict;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

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

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;
our @ISA = qw(ExtUtils::MM);

Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker.pm
Expand Up @@ -24,7 +24,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.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION; ## no critic [BuiltinFunctions::ProhibitStringyEval]

# Emulate something resembling CVS $Revision$
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/Config.pm
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Config;

use strict;

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

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

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

1;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/Locale.pm
@@ -1,7 +1,7 @@
package ExtUtils::MakeMaker::Locale;

use strict;
our $VERSION = "7.06";
our $VERSION = "7.07_01";
$VERSION = eval $VERSION;

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

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;


Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/version.pm
Expand Up @@ -15,7 +15,7 @@ use strict;

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

$VERSION = '7.06';
$VERSION = '7.07_01';
$VERSION = eval $VERSION;
$CLASS = 'version';

Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/version/regex.pm
Expand Up @@ -10,7 +10,7 @@ use strict;

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

$VERSION = '7.06';
$VERSION = '7.07_01';
$VERSION = eval $VERSION;

#--------------------------------------------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/MakeMaker/version/vpp.pm
Expand Up @@ -128,7 +128,7 @@ use strict;

use Config;
use vars qw($VERSION $CLASS @ISA $LAX $STRICT);
$VERSION = '7.06';
$VERSION = '7.07_01';
$VERSION = eval $VERSION;
$CLASS = 'ExtUtils::MakeMaker::version::vpp';

Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Mkbootstrap.pm
Expand Up @@ -3,7 +3,7 @@ package ExtUtils::Mkbootstrap;
# There's just too much Dynaloader incest here to turn on strict vars.
use strict 'refs';

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

require Exporter;
Expand Down
2 changes: 1 addition & 1 deletion lib/ExtUtils/Mksymlists.pm
Expand Up @@ -10,7 +10,7 @@ use Config;

our @ISA = qw(Exporter);
our @EXPORT = qw(&Mksymlists);
our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

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

our $VERSION = '7.06';
our $VERSION = '7.07_01';
$VERSION = eval $VERSION;

use Cwd;
Expand Down

0 comments on commit 2ec587f

Please sign in to comment.