Skip to content

Commit

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

0.001008 2017-03-05T07:53:52Z ce9fdee

0.001007 2017-03-05T07:11:06Z 6def340
[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 @@ -130,7 +130,7 @@
"provides" : {
"CPAN::Changes::Dependencies::Details" : {
"file" : "lib/CPAN/Changes/Dependencies/Details.pm",
"version" : "0.001007"
"version" : "0.001008"
}
},
"release_status" : "stable",
Expand All @@ -145,7 +145,7 @@
"web" : "https://github.com/kentnl/CPAN-Changes-Dependencies-Details"
}
},
"version" : "0.001007",
"version" : "0.001008",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -675,7 +675,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001007-source",
"tag" : "0.001008-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -769,7 +769,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001007",
"tag" : "0.001008",
"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 @@ -22,7 +22,7 @@ name: CPAN-Changes-Dependencies-Details
provides:
CPAN::Changes::Dependencies::Details:
file: lib/CPAN/Changes/Dependencies/Details.pm
version: '0.001007'
version: '0.001008'
recommends:
Moo: '1.000008'
requires:
Expand All @@ -39,4 +39,4 @@ resources:
bugtracker: https://github.com/kentnl/CPAN-Changes-Dependencies-Details/issues
homepage: https://github.com/kentnl/CPAN-Changes-Dependencies-Details
repository: https://github.com/kentnl/CPAN-Changes-Dependencies-Details.git
version: '0.001007'
version: '0.001008'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"charnames" => 0
},
"VERSION" => "0.001007",
"VERSION" => "0.001008",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Changes/Dependencies/Details.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.001007';
our $VERSION = '0.001008';

# ABSTRACT: Create CPAN::Changes style file only containing dependency change information

Expand Down Expand Up @@ -88,7 +88,7 @@ CPAN::Changes::Dependencies::Details - Create CPAN::Changes style file only cont
=head1 VERSION
version 0.001007
version 0.001008
=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.001007
0.001008

0.001007 2017-03-05T07:11:06Z
[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.001007
0.001008

0.001007 2017-03-05T07:11:06Z
[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.001007
0.001008

0.001007 2017-03-05T07:11:06Z
[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.001007
0.001008

0.001007 2017-03-05T07:11:06Z

0.001006 2015-07-19T20:11:38Z

Expand Down

0 comments on commit 8443663

Please sign in to comment.