Skip to content

Commit

Permalink
v0.001001
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
 - Remove use of ConfigDumper util
 - Remove Test::KENTNL/dztest from tests

 [Dependencies::Stats]
 - Dependencies changed since 0.001000, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +13 ↑4 -3 (recommends: +1, suggests: ↑2)
 - runtime: ↓1 -2 (recommends: +1)
 - test: +1 ↓1 -1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent 71060a2 commit 0d67bc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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-if-ENV

{{$NEXT}}

0.001001 2017-03-09T07:52:40Z 71060a2
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Remove use of ConfigDumper util
- Remove Test::KENTNL/dztest from tests
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/if/ENV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::if::ENV;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: Load a plugin when an ENV key is true.

Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/if/not/ENV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::if::not::ENV;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: Load a plugin when an ENV key is NOT true.

Expand Down

0 comments on commit 0d67bc2

Please sign in to comment.