Skip to content

Commit

Permalink
Build results of 93a0f06 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 19, 2014
1 parent b4fae37 commit 430ebe3
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

1.000002 2014-07-19T04:49:10Z

1.000001 2014-07-18T15:14:08Z
[00 Trivial]
- Minor packaging cleanups.
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"provides" : {
"Dist::Zilla::Plugin::Prereqs::MatchInstalled" : {
"file" : "lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm",
"version" : "1.000001"
"version" : "1.000002"
}
},
"release_status" : "stable",
Expand All @@ -132,7 +132,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled"
}
},
"version" : "1.000001",
"version" : "1.000002",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.141520",
Expand Down Expand Up @@ -633,7 +633,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000001-source",
"tag" : "1.000002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -704,7 +704,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.000001",
"tag" : "1.000002",
"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 @@ -27,7 +27,7 @@ name: Dist-Zilla-Plugin-Prereqs-MatchInstalled
provides:
Dist::Zilla::Plugin::Prereqs::MatchInstalled:
file: lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm
version: '1.000001'
version: '1.000002'
requires:
Dist::Zilla::Role::PrereqSource: '0'
Module::Data: '0'
Expand All @@ -41,7 +41,7 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled
repository: https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled.git
version: '1.000001'
version: '1.000002'
x_BuiltWith:
modules:
CPAN::Meta: '2.141520'
Expand Down Expand Up @@ -443,7 +443,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: 0
tag: 1.000001-source
tag: 1.000002-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -497,7 +497,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: 0
tag: '1.000001'
tag: '1.000002'
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 @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.89",
"version" => "0.77"
},
"VERSION" => "1.000001",
"VERSION" => "1.000002",
"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
modules the same as you have installed

VERSION
version 1.000001
version 1.000002

SYNOPSIS
This is based on the code of
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.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;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Depend on versions of modules the same as you have installed

Expand Down Expand Up @@ -368,7 +368,7 @@ Dist::Zilla::Plugin::Prereqs::MatchInstalled - Depend on versions of modules the
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand Down

0 comments on commit 430ebe3

Please sign in to comment.