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

Commit

Permalink
version 0.010
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Feb 17, 2015
1 parent 25d68e7 commit b331abf
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Alien::Base.

0.010 Feb 17, 2015
- Production release identical to 0.009_04 release

0.009_04 Feb 16, 2015
- Test fix for Microsoft Visual C++

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

use Alien::Base::PkgConfig;

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

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

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$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
Expand Up @@ -3,7 +3,7 @@ package Alien::Base::PkgConfig;
use strict;
use warnings;

our $VERSION = '0.009_04';
our $VERSION = '0.010';
$VERSION = eval $VERSION;

use Carp;
Expand Down

0 comments on commit b331abf

Please sign in to comment.