Skip to content

Commit

Permalink
Build results of 84baa6c (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 19, 2014
1 parent f5f82c7 commit 7a247e5
Show file tree
Hide file tree
Showing 9 changed files with 26 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 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

2.000011 2014-08-19T01:27:18Z

2.000010 2014-08-19T01:26:37Z
[Code]
- Remove unused Readonly stuff.
Expand Down
14 changes: 7 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,19 @@
"provides" : {
"Dist::Zilla::MetaProvides::ProvideRecord" : {
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm",
"version" : "2.000010"
"version" : "2.000011"
},
"Dist::Zilla::MetaProvides::Types" : {
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm",
"version" : "2.000010"
"version" : "2.000011"
},
"Dist::Zilla::Plugin::MetaProvides" : {
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm",
"version" : "2.000010"
"version" : "2.000011"
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm",
"version" : "2.000010"
"version" : "2.000011"
}
},
"release_status" : "stable",
Expand All @@ -156,7 +156,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides"
}
},
"version" : "2.000010",
"version" : "2.000011",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
Expand Down Expand Up @@ -709,7 +709,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "2.000010-source",
"tag" : "2.000011-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -780,7 +780,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "2.000010",
"tag" : "2.000011",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
14 changes: 7 additions & 7 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ no_index:
provides:
Dist::Zilla::MetaProvides::ProvideRecord:
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
version: '2.000010'
version: '2.000011'
Dist::Zilla::MetaProvides::Types:
file: lib/Dist/Zilla/MetaProvides/Types.pm
version: '2.000010'
version: '2.000011'
Dist::Zilla::Plugin::MetaProvides:
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
version: '2.000010'
version: '2.000011'
Dist::Zilla::Role::MetaProvider::Provider:
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
version: '2.000010'
version: '2.000011'
requires:
Dist::Zilla::Role::MetaProvider: '0'
Hash::Merge::Simple: '0'
Expand All @@ -52,7 +52,7 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides
repository: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides.git
version: '2.000010'
version: '2.000011'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Expand Down Expand Up @@ -495,7 +495,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 2.000010-source
tag: 2.000011-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -549,7 +549,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '2.000010'
tag: '2.000011'
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 @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.96",
"lib" => 0
},
"VERSION" => "2.000010",
"VERSION" => "2.000011",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/01-Provider/*.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
in your META.yml

VERSION
version 2.000010
version 2.000011

SYNOPSIS
In your projects dist.ini
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::MetaProvides::ProvideRecord;

our $VERSION = '2.000010';
our $VERSION = '2.000011';

# ABSTRACT: Data Management Record for MetaProvider::Provides Based Class

Expand Down Expand Up @@ -113,7 +113,7 @@ Dist::Zilla::MetaProvides::ProvideRecord - Data Management Record for MetaProvid
=head1 VERSION
version 2.000010
version 2.000011
=head1 QUICK REFERENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MetaProvides/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::MetaProvides::Types;

our $VERSION = '2.000010';
our $VERSION = '2.000011';

# ABSTRACT: Utility Types for the MetaProvides Plugin

Expand Down Expand Up @@ -61,7 +61,7 @@ Dist::Zilla::MetaProvides::Types - Utility Types for the MetaProvides Plugin
=head1 VERSION
version 2.000010
version 2.000011
=head1 QUICK REFERENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/MetaProvides.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::Plugin::MetaProvides;

our $VERSION = '2.000010';
our $VERSION = '2.000011';

# ABSTRACT: Generating and Populating 'provides' in your META.yml

Expand Down Expand Up @@ -35,7 +35,7 @@ Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your
=head1 VERSION
version 2.000010
version 2.000011
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Role/MetaProvider/Provider.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::Role::MetaProvider::Provider;

our $VERSION = '2.000010';
our $VERSION = '2.000011';

# ABSTRACT: A Role for Metadata providers specific to the 'provider' key.

Expand Down Expand Up @@ -297,7 +297,7 @@ Dist::Zilla::Role::MetaProvider::Provider - A Role for Metadata providers specif
=head1 VERSION
version 2.000010
version 2.000011
=head1 QUICK REFERENCE
Expand Down

0 comments on commit 7a247e5

Please sign in to comment.