Skip to content

Commit

Permalink
Build results of a0a5dd2 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Oct 15, 2014
1 parent e89cd72 commit c97500f
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 Dist-Zilla-Plugin-Prereqs-MatchInstalled-All

1.001001 2014-10-15T22:42:33Z a0a5dd2

1.001000 2014-10-15T22:42:03Z f59f09b
[Dependencies::Stats]
- Dependencies changed since 1.000000, see misc/*.deps* for details
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" : {
"Dist::Zilla::Plugin::Prereqs::MatchInstalled::All" : {
"file" : "lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled/All.pm",
"version" : "1.001000"
"version" : "1.001001"
}
},
"release_status" : "stable",
Expand All @@ -128,7 +128,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled-All"
}
},
"version" : "1.001000",
"version" : "1.001001",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142690",
Expand Down Expand Up @@ -656,7 +656,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.001000-source",
"tag" : "1.001001-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -727,7 +727,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.001000",
"tag" : "1.001001",
"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 @@ -20,7 +20,7 @@ name: Dist-Zilla-Plugin-Prereqs-MatchInstalled-All
provides:
Dist::Zilla::Plugin::Prereqs::MatchInstalled::All:
file: lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled/All.pm
version: '1.001000'
version: '1.001001'
requires:
Dist::Zilla::Plugin::Prereqs::MatchInstalled: '1.000000'
Dist::Zilla::Util::ConfigDumper: '0'
Expand All @@ -34,7 +34,7 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled-All/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled-All
repository: https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled-All.git
version: '1.001000'
version: '1.001001'
x_BuiltWith:
modules:
CPAN::Meta: '2.142690'
Expand Down Expand Up @@ -456,7 +456,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 1.001000-source
tag: 1.001001-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -510,7 +510,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '1.001000'
tag: '1.001001'
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 @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Test::DZil" => 0,
"Test::More" => "0.89"
},
"VERSION" => "1.001000",
"VERSION" => "1.001001",
"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
dependencies to the ones you have installed.

VERSION
version 1.001000
version 1.001001

SYNOPSIS
[Prereqs::MatchInstalled::All]
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled/All.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::Plugin::Prereqs::MatchInstalled::All;

our $VERSION = '1.001000';
our $VERSION = '1.001001';

# ABSTRACT: Upgrade ALL your dependencies to the ones you have installed.

Expand Down Expand Up @@ -143,7 +143,7 @@ Dist::Zilla::Plugin::Prereqs::MatchInstalled::All - Upgrade ALL your dependencie
=head1 VERSION
version 1.001000
version 1.001001
=head1 SYNOPSIS
Expand Down

0 comments on commit c97500f

Please sign in to comment.