Skip to content

Commit

Permalink
Build results of 1da8b6c (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent b0d2735 commit 7b2f8d4
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 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.001004 2017-03-03T08:41:27Z 1da8b6c

1.001003 2017-03-03T08:16:12Z 86150e7
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"provides" : {
"Dist::Zilla::Plugin::Prereqs::MatchInstalled" : {
"file" : "lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm",
"version" : "1.001003"
"version" : "1.001004"
}
},
"release_status" : "stable",
Expand All @@ -147,7 +147,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled"
}
},
"version" : "1.001003",
"version" : "1.001004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -665,7 +665,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001003-source",
"tag" : "1.001004-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -759,7 +759,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001003",
"tag" : "1.001004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: Dist-Zilla-Plugin-Prereqs-MatchInstalled
provides:
Dist::Zilla::Plugin::Prereqs::MatchInstalled:
file: lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm
version: '1.001003'
version: '1.001004'
recommends:
Moose: '2.000'
requires:
Expand All @@ -41,4 +41,4 @@ 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.001003'
version: '1.001004'
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::Fatal" => 0,
"Test::More" => 0
},
"VERSION" => "1.001003",
"VERSION" => "1.001004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
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.001003';
our $VERSION = '1.001004';

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

Expand Down Expand Up @@ -290,7 +290,7 @@ Dist::Zilla::Plugin::Prereqs::MatchInstalled - Depend on versions of modules the
=head1 VERSION
version 1.001003
version 1.001004
=head1 SYNOPSIS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.001003
1.001004

1.001003 2017-03-03T08:16:12Z
[Added / configure requires]
- perl 5.008

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

1.001003
1.001004

1.001003 2017-03-03T08:16:12Z
[Added / configure requires]
- perl 5.008

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.001003
1.001004

1.001003 2017-03-03T08:16:12Z
[Added / develop recommends]
- Test::More 0.99

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.001003
1.001004

1.001003 2017-03-03T08:16:12Z
[Added / runtime recommends]
- Moose 2.000

Expand Down

0 comments on commit 7b2f8d4

Please sign in to comment.