Skip to content

Commit

Permalink
v1.001003
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
 - Closes #4

 [Dependencies::Stats]
 - Dependencies changed since 1.001002, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
 - runtime: (recommends: +1)
 - test: +1 ↓1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 86150e7 commit 571d1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled

{{$NEXT}}

1.001003 2017-03-03T08:16:12Z 86150e7
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-Prereqs-MatchInstalled/issues/4
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 571d1e5

Please sign in to comment.