Skip to content

Commit

Permalink
Build results of c0cfab8 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 6, 2017
1 parent d2dca30 commit 92a8e01
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 24 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 CPAN-Distribution-ReleaseHistory

0.002006 2017-03-06T13:51:33Z c0cfab8

0.002005 2017-03-06T13:12:15Z e869b9f
[Bugfix]
- Fix tests failing with -Ddefault_inc_excludes_dot
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@
"provides" : {
"CPAN::Distribution::ReleaseHistory" : {
"file" : "lib/CPAN/Distribution/ReleaseHistory.pm",
"version" : "0.002005"
"version" : "0.002006"
},
"CPAN::Distribution::ReleaseHistory::Release" : {
"file" : "lib/CPAN/Distribution/ReleaseHistory/Release.pm",
"version" : "0.002005"
"version" : "0.002006"
},
"CPAN::Distribution::ReleaseHistory::ReleaseIterator" : {
"file" : "lib/CPAN/Distribution/ReleaseHistory/ReleaseIterator.pm",
"version" : "0.002005"
"version" : "0.002006"
}
},
"release_status" : "stable",
Expand All @@ -148,7 +148,7 @@
"web" : "https://github.com/kentnl/CPAN-Distribution-ReleaseHistory"
}
},
"version" : "0.002005",
"version" : "0.002006",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -680,7 +680,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002005-source",
"tag" : "0.002006-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -774,7 +774,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002005",
"tag" : "0.002006",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ name: CPAN-Distribution-ReleaseHistory
provides:
CPAN::Distribution::ReleaseHistory:
file: lib/CPAN/Distribution/ReleaseHistory.pm
version: '0.002005'
version: '0.002006'
CPAN::Distribution::ReleaseHistory::Release:
file: lib/CPAN/Distribution/ReleaseHistory/Release.pm
version: '0.002005'
version: '0.002006'
CPAN::Distribution::ReleaseHistory::ReleaseIterator:
file: lib/CPAN/Distribution/ReleaseHistory/ReleaseIterator.pm
version: '0.002005'
version: '0.002006'
requires:
CPAN::DistnameInfo: '0'
Moo: '1.000008'
Expand All @@ -40,4 +40,4 @@ resources:
bugtracker: https://github.com/kentnl/CPAN-Distribution-ReleaseHistory/issues
homepage: https://github.com/kentnl/CPAN-Distribution-ReleaseHistory
repository: https://github.com/kentnl/CPAN-Distribution-ReleaseHistory.git
version: '0.002005'
version: '0.002006'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"Test::RequiresInternet" => 0
},
"VERSION" => "0.002005",
"VERSION" => "0.002006",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Distribution/ReleaseHistory.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Distribution::ReleaseHistory;

our $VERSION = '0.002005';
our $VERSION = '0.002006';

# ABSTRACT: Show the release history of a single distribution

Expand Down Expand Up @@ -222,7 +222,7 @@ CPAN::Distribution::ReleaseHistory - Show the release history of a single distri
=head1 VERSION
version 0.002005
version 0.002006
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Distribution/ReleaseHistory/Release.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Distribution::ReleaseHistory::Release;

our $VERSION = '0.002005';
our $VERSION = '0.002006';

# ABSTRACT: A container for release data

Expand Down Expand Up @@ -79,7 +79,7 @@ CPAN::Distribution::ReleaseHistory::Release - A container for release data
=head1 VERSION
version 0.002005
version 0.002006
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Distribution/ReleaseHistory/ReleaseIterator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Distribution::ReleaseHistory::ReleaseIterator;

our $VERSION = '0.002005';
our $VERSION = '0.002006';

# ABSTRACT: A container to iterate a collection of releases for a single distribution

Expand Down Expand Up @@ -69,7 +69,7 @@ CPAN::Distribution::ReleaseHistory::ReleaseIterator - A container to iterate a c
=head1 VERSION
version 0.002005
version 0.002006
=head1 METHODS
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)

0.002005
0.002006

0.002005 2017-03-06T13:12:15Z
[Changed / test requires]
- Test::More 0.89 → 0

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)

0.002005
0.002006

0.002005 2017-03-06T13:12:15Z
[Changed / develop requires]
- Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902

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 )

0.002005
0.002006

0.002005 2017-03-06T13:12:15Z
[Changed / develop requires]
- Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902

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)

0.002005
0.002006

0.002005 2017-03-06T13:12:15Z

0.002004 2016-11-08T09:19:00Z
[Changed / configure recommends]
Expand Down
4 changes: 1 addition & 3 deletions misc/built_with.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"failures" : {
"Search::Elasticsearch" : "module was not found in INC"
},
"modules" : {
"CPAN::DistnameInfo" : "0.12",
"CPAN::Meta" : "2.150010",
Expand Down Expand Up @@ -63,6 +60,7 @@
"File::Spec" : "3.66",
"Moo" : "2.003000",
"Pod::Coverage::TrustPod" : "0.100003",
"Search::Elasticsearch" : "5.01",
"Software::License::Perl_5" : "0.103012",
"Test::CPAN::Changes" : "0.400002",
"Test::CPAN::Meta" : "0.25",
Expand Down

0 comments on commit 92a8e01

Please sign in to comment.