Skip to content

Commit

Permalink
Build results of 42272eb (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 5, 2017
1 parent b47f183 commit a7d04e2
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 CPAN-Changes-Group-Dependencies-Details

0.001007 2017-03-05T09:31:54Z 42272eb

0.001006 2017-03-05T08:58:58Z 7559e46
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"provides" : {
"CPAN::Changes::Group::Dependencies::Details" : {
"file" : "lib/CPAN/Changes/Group/Dependencies/Details.pm",
"version" : "0.001006"
"version" : "0.001007"
}
},
"release_status" : "stable",
Expand All @@ -151,7 +151,7 @@
"web" : "https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Details"
}
},
"version" : "0.001006",
"version" : "0.001007",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -681,7 +681,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001006-source",
"tag" : "0.001007-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -775,7 +775,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001006",
"tag" : "0.001007",
"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 @@ -25,7 +25,7 @@ name: CPAN-Changes-Group-Dependencies-Details
provides:
CPAN::Changes::Group::Dependencies::Details:
file: lib/CPAN/Changes/Group/Dependencies/Details.pm
version: '0.001006'
version: '0.001007'
recommends:
Moo: '1.000008'
requires:
Expand All @@ -44,4 +44,4 @@ resources:
bugtracker: https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Details/issues
homepage: https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Details
repository: https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Details.git
version: '0.001006'
version: '0.001007'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"if" => 0
},
"VERSION" => "0.001006",
"VERSION" => "0.001007",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Changes/Group/Dependencies/Details.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Changes::Group::Dependencies::Details;

our $VERSION = '0.001006';
our $VERSION = '0.001007';

# ABSTRACT: Full details of dependency changes.

Expand Down Expand Up @@ -302,7 +302,7 @@ CPAN::Changes::Group::Dependencies::Details - Full details of dependency changes
=head1 VERSION
version 0.001006
version 0.001007
=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)

0.001006
0.001007

0.001006 2017-03-05T08:58:58Z
[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.001006
0.001007

0.001006 2017-03-05T08:58:58Z
[Added / develop requires]
- English
- Software::License::Perl_5
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.001006
0.001007

0.001006 2017-03-05T08:58:58Z
[Added / develop requires]
- English
- Software::License::Perl_5
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.001006
0.001007

0.001006 2017-03-05T08:58:58Z

0.001005 2015-07-18T18:11:13Z

Expand Down

0 comments on commit a7d04e2

Please sign in to comment.