Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
version 0.026_02
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Feb 2, 2016
1 parent 5663eff commit 00dd44b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for Perl module Alien::Base.

0.026_02 Mon Feb 1, 2016
- Fix test bug introduced in 0.026_01 where t/builder.t
would fail on Windows if Alien::MSYS was not installed.

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

use Alien::Base::PkgConfig;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

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

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use parent 'Module::Build';
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base/ModuleBuild/Cabinet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Alien::Base::ModuleBuild::Cabinet;
use strict;
use warnings;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use Sort::Versions;
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base/ModuleBuild/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

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

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base/ModuleBuild/Repository/FTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Alien::Base::ModuleBuild::Repository::FTP;
use strict;
use warnings;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use parent 'Alien::Base::ModuleBuild::Repository';
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base/ModuleBuild/Repository/HTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Alien::Base::ModuleBuild::Repository::HTTP;
use strict;
use warnings;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base/ModuleBuild/Repository/Local.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Alien::Base::ModuleBuild::Repository::Local;
use strict;
use warnings;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base/ModuleBuild/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Alien::Base::ModuleBuild::Utils;
use strict;
use warnings;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use Text::Balanced qw/extract_bracketed extract_delimited extract_multiple/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base/PkgConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Alien::Base::PkgConfig;
use strict;
use warnings;

our $VERSION = '0.026_01';
our $VERSION = '0.026_02';
$VERSION = eval $VERSION;

use Carp;
Expand Down

0 comments on commit 00dd44b

Please sign in to comment.