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

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes and version number
  • Loading branch information
jberger committed May 1, 2012
1 parent eed8a1c commit 9e8712b
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 32 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Alien::Base.

0.000_014 May 1, 2012
- bugfix on dontpanic build chain (t/zz-example.t)

0.000_013 Apr 30, 2012
- libdontpanic build chain should be more x-plat. Uses EU::LibBuilder

Expand Down
22 changes: 11 additions & 11 deletions META.json
Expand Up @@ -52,43 +52,43 @@
"provides" : {
"Alien::Base" : {
"file" : "lib/Alien/Base.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild" : {
"file" : "lib/Alien/Base/ModuleBuild.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild::Cabinet" : {
"file" : "lib/Alien/Base/ModuleBuild/Cabinet.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild::File" : {
"file" : "lib/Alien/Base/ModuleBuild/File.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild::Repository" : {
"file" : "lib/Alien/Base/ModuleBuild/Repository.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild::Repository::FTP" : {
"file" : "lib/Alien/Base/ModuleBuild/Repository/FTP.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild::Repository::HTTP" : {
"file" : "lib/Alien/Base/ModuleBuild/Repository/HTTP.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild::Repository::Local" : {
"file" : "lib/Alien/Base/ModuleBuild/Repository/Local.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::ModuleBuild::Utils" : {
"file" : "lib/Alien/Base/ModuleBuild/Utils.pm",
"version" : "0.000_013"
"version" : "0.000_014"
},
"Alien::Base::PkgConfig" : {
"file" : "lib/Alien/Base/PkgConfig.pm",
"version" : "0.000_013"
"version" : "0.000_014"
}
},
"release_status" : "testing",
Expand All @@ -103,5 +103,5 @@
"url" : "http://github.com/jberger/Alien-Base"
}
},
"version" : "0.000_013"
"version" : "0.000_014"
}
22 changes: 11 additions & 11 deletions META.yml
Expand Up @@ -21,34 +21,34 @@ no_index:
provides:
Alien::Base:
file: lib/Alien/Base.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild:
file: lib/Alien/Base/ModuleBuild.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild::Cabinet:
file: lib/Alien/Base/ModuleBuild/Cabinet.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild::File:
file: lib/Alien/Base/ModuleBuild/File.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild::Repository:
file: lib/Alien/Base/ModuleBuild/Repository.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild::Repository::FTP:
file: lib/Alien/Base/ModuleBuild/Repository/FTP.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild::Repository::HTTP:
file: lib/Alien/Base/ModuleBuild/Repository/HTTP.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild::Repository::Local:
file: lib/Alien/Base/ModuleBuild/Repository/Local.pm
version: 0.000_013
version: 0.000_014
Alien::Base::ModuleBuild::Utils:
file: lib/Alien/Base/ModuleBuild/Utils.pm
version: 0.000_013
version: 0.000_014
Alien::Base::PkgConfig:
file: lib/Alien/Base/PkgConfig.pm
version: 0.000_013
version: 0.000_014
recommends:
ExtUtils::LibBuilder: 0
HTML::LinkExtor: 0
Expand All @@ -69,4 +69,4 @@ resources:
bugtracker: http://github.com/jberger/Alien-Base/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/jberger/Alien-Base
version: 0.000_013
version: 0.000_014
2 changes: 1 addition & 1 deletion lib/Alien/Base.pm
Expand Up @@ -3,7 +3,7 @@ package Alien::Base;
use strict;
use warnings;

our $VERSION = '0.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$VERSION = eval $VERSION;

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

our $VERSION = '0.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$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.000_013';
our $VERSION = '0.000_014';
$VERSION = eval $VERSION;

use Carp;
Expand Down

0 comments on commit 9e8712b

Please sign in to comment.