Skip to content

Commit

Permalink
v2.001002
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
 - Removed use of ConfigDumper
 - Removed use of dztest

 [Dependencies::Stats]
 - Dependencies changed since 2.001001, see misc/*.deps* for details
 - develop: +5 ↑2 -1 (suggests: ↑2)
 - runtime: -1
 - test: ↓1 -1
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 91340b1 commit 67d1bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}
Revision history for {{$dist->name}}

{{$NEXT}}

2.001002 2017-03-07T14:15:57Z 91340b1
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Removed use of ConfigDumper
- Removed use of dztest
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '2.001002';
our $VERSION = '2.001003';

# ABSTRACT: Pull in hand-crafted metadata from a specified file.

Expand Down

0 comments on commit 67d1bf5

Please sign in to comment.