Skip to content

Commit

Permalink
Build results of 5a977de (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Oct 11, 2014
1 parent 2e9e997 commit 3600563
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 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.001005 2014-10-11T10:24:01Z 5a977de

0.001004 2014-10-11T08:49:42Z 1c27f83
[Bugfix]
- Be slightly less dumb how generated releases get added to the log.
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"provides" : {
"CPAN::Changes::Dependencies::Details" : {
"file" : "lib/CPAN/Changes/Dependencies/Details.pm",
"version" : "0.001004"
"version" : "0.001005"
}
},
"release_status" : "stable",
Expand All @@ -128,7 +128,7 @@
"web" : "https://github.com/kentnl/CPAN-Changes-Dependencies-Details"
}
},
"version" : "0.001004",
"version" : "0.001005",
"x_BuiltWith" : {
"failures" : {
"CPAN::Changes::Release" : "Module::MetaData could not parse a version from /home/kent/perl5/perlbrew/perls/blead/lib/site_perl/5.21.3/CPAN/Changes/Release.pm"
Expand Down Expand Up @@ -645,7 +645,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001004-source",
"tag" : "0.001005-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -716,7 +716,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001004",
"tag" : "0.001005",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: CPAN-Changes-Dependencies-Details
provides:
CPAN::Changes::Dependencies::Details:
file: lib/CPAN/Changes/Dependencies/Details.pm
version: '0.001004'
version: '0.001005'
requires:
CPAN::Changes: '0'
CPAN::Changes::Group::Dependencies::Details: '0.001001'
Expand All @@ -35,7 +35,7 @@ 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.001004'
version: '0.001005'
x_BuiltWith:
failures:
CPAN::Changes::Release: 'Module::MetaData could not parse a version from /home/kent/perl5/perlbrew/perls/blead/lib/site_perl/5.21.3/CPAN/Changes/Release.pm'
Expand Down Expand Up @@ -448,7 +448,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.001004-source
tag: 0.001005-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -502,7 +502,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.001004'
tag: '0.001005'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"Test::Differences" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.001004",
"VERSION" => "0.001005",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
only containing dependency change information

VERSION
version 0.001004
version 0.001005

SYNOPSIS
use CPAN::Changes::Dependencies::Details;
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 @@ -5,7 +5,7 @@ use utf8;

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

our $VERSION = '0.001004';
our $VERSION = '0.001005';

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

Expand Down Expand Up @@ -89,7 +89,7 @@ CPAN::Changes::Dependencies::Details - Create CPAN::Changes style file only cont
=head1 VERSION
version 0.001004
version 0.001005
=head1 SYNOPSIS
Expand Down

0 comments on commit 3600563

Please sign in to comment.