Skip to content

Commit

Permalink
Build results of ad63d57 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 10, 2017
1 parent 934ecaa commit 818c6eb
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for Gentoo-MetaEbuild-Spec-Base

1.000003 2017-03-10T10:11:59Z ad63d57

1.000002 2017-03-10T10:10:34Z becb985
- Bugfix: Avoid failures with -Ddefault_inc_excludes_dot
- Support for older Test::More
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"provides" : {
"Gentoo::MetaEbuild::Spec::Base" : {
"file" : "lib/Gentoo/MetaEbuild/Spec/Base.pm",
"version" : "1.000002"
"version" : "1.000003"
}
},
"release_status" : "stable",
Expand All @@ -157,7 +157,7 @@
"web" : "https://github.com/kentnl/Gentoo-MetaEbuild-Spec-Base"
}
},
"version" : "1.000002",
"version" : "1.000003",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -661,7 +661,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000002-source",
"tag" : "1.000003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -755,7 +755,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000002",
"tag" : "1.000003",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: Gentoo-MetaEbuild-Spec-Base
provides:
Gentoo::MetaEbuild::Spec::Base:
file: lib/Gentoo/MetaEbuild/Spec/Base.pm
version: '1.000002'
version: '1.000003'
recommends:
Moose: '2.000'
Path::Tiny: '0.058'
Expand All @@ -50,4 +50,4 @@ resources:
bugtracker: https://github.com/kentnl/Gentoo-MetaEbuild-Spec-Base/issues
homepage: https://github.com/kentnl/Gentoo-MetaEbuild-Spec-Base
repository: https://github.com/kentnl/Gentoo-MetaEbuild-Spec-Base.git
version: '1.000002'
version: '1.000003'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ my %WriteMakefileArgs = (
"Test::File::ShareDir::Module" => 0,
"Test::More" => 0
},
"VERSION" => "1.000002",
"VERSION" => "1.000003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Gentoo/MetaEbuild/Spec/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Gentoo::MetaEbuild::Spec::Base;

our $VERSION = '1.000002';
our $VERSION = '1.000003';

# ABSTRACT: A Base Class for Gentoo MetaEbuild Specifications.

Expand Down Expand Up @@ -151,7 +151,7 @@ Gentoo::MetaEbuild::Spec::Base - A Base Class for Gentoo MetaEbuild Specificatio
=head1 VERSION
version 1.000002
version 1.000003
=head1 SYNOPSIS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.000002
1.000003

1.000002 2017-03-10T10:10:34Z
[Added / configure requires]
- perl 5.006

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

1.000002
1.000003

1.000002 2017-03-10T10:10:34Z
[Added / configure recommends]
- File::ShareDir::Install 0.10

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.000002
1.000003

1.000002 2017-03-10T10:10:34Z
[Added / develop recommends]
- Test::More 0.99

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.000002
1.000003

1.000002 2017-03-10T10:10:34Z
[Added / configure recommends]
- File::ShareDir::Install 0.10

Expand Down

0 comments on commit 818c6eb

Please sign in to comment.