Skip to content

Commit

Permalink
Build results of 3ac308f (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 16, 2014
1 parent a7aa97d commit 7e3f9c5
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 20 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.002002 2014-08-16T07:19:54Z

0.002001 2014-08-16T07:19:26Z
[00 Trivial]
- CPANDAY!
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@
"provides" : {
"CPAN::Distribution::ReleaseHistory" : {
"file" : "lib/CPAN/Distribution/ReleaseHistory.pm",
"version" : "0.002001"
"version" : "0.002002"
},
"CPAN::Distribution::ReleaseHistory::Release" : {
"file" : "lib/CPAN/Distribution/ReleaseHistory/Release.pm",
"version" : "0.002001"
"version" : "0.002002"
},
"CPAN::Distribution::ReleaseHistory::ReleaseIterator" : {
"file" : "lib/CPAN/Distribution/ReleaseHistory/ReleaseIterator.pm",
"version" : "0.002001"
"version" : "0.002002"
}
},
"release_status" : "stable",
Expand All @@ -130,7 +130,7 @@
"web" : "https://github.com/kentnl/CPAN-Distribution-ReleaseHistory"
}
},
"version" : "0.002001",
"version" : "0.002002",
"x_BuiltWith" : {
"modules" : {
"CPAN::DistnameInfo" : "0.12",
Expand Down Expand Up @@ -628,7 +628,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.002001-source",
"tag" : "0.002002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -699,7 +699,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.002001",
"tag" : "0.002002",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
12 changes: 6 additions & 6 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ name: CPAN-Distribution-ReleaseHistory
provides:
CPAN::Distribution::ReleaseHistory:
file: lib/CPAN/Distribution/ReleaseHistory.pm
version: '0.002001'
version: '0.002002'
CPAN::Distribution::ReleaseHistory::Release:
file: lib/CPAN/Distribution/ReleaseHistory/Release.pm
version: '0.002001'
version: '0.002002'
CPAN::Distribution::ReleaseHistory::ReleaseIterator:
file: lib/CPAN/Distribution/ReleaseHistory/ReleaseIterator.pm
version: '0.002001'
version: '0.002002'
requires:
CPAN::DistnameInfo: '0'
Moo: '1.000008'
Expand All @@ -38,7 +38,7 @@ 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.002001'
version: '0.002002'
x_BuiltWith:
modules:
CPAN::DistnameInfo: '0.12'
Expand Down Expand Up @@ -435,7 +435,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.002001-source
tag: 0.002002-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -489,7 +489,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.002001'
tag: '0.002002'
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 @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.002001",
"VERSION" => "0.002002",
"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
single distribution

VERSION
version 0.002001
version 0.002002

SYNOPSIS
This is similar in concept to "CPAN::ReleaseHistory", except its
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 @@ -5,7 +5,7 @@ use utf8;

package CPAN::Distribution::ReleaseHistory;

our $VERSION = '0.002001';
our $VERSION = '0.002002';

# ABSTRACT: Show the release history of a single distribution

Expand Down Expand Up @@ -214,7 +214,7 @@ CPAN::Distribution::ReleaseHistory - Show the release history of a single distri
=head1 VERSION
version 0.002001
version 0.002002
=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 @@ -5,7 +5,7 @@ use utf8;

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

our $VERSION = '0.002001';
our $VERSION = '0.002002';

# ABSTRACT: A container for release data

Expand Down Expand Up @@ -80,7 +80,7 @@ CPAN::Distribution::ReleaseHistory::Release - A container for release data
=head1 VERSION
version 0.002001
version 0.002002
=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 @@ -5,7 +5,7 @@ use utf8;

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

our $VERSION = '0.002001';
our $VERSION = '0.002002';

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

Expand Down Expand Up @@ -70,7 +70,7 @@ CPAN::Distribution::ReleaseHistory::ReleaseIterator - A container to iterate a c
=head1 VERSION
version 0.002001
version 0.002002
=head1 METHODS
Expand Down

0 comments on commit 7e3f9c5

Please sign in to comment.