Skip to content

Commit

Permalink
v0.003005
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Require a newer version of Bootstrap::lib for testing as older than 0.04x is known to fail.
 - This might be a solution for gh#1 ( by Brendan Byrd )

 [Dependencies::Stats]
 - Dependencies changed since 0.003004, see misc/*.deps* for details
 - develop: (suggests: ↑1)
 - test: ↑1 (recommends: ↑1)
  • Loading branch information
kentfredric committed Oct 2, 2014
1 parent b9c31b4 commit 3aea441
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-Util-ConfigDumper

{{$NEXT}}

0.003005 2014-10-02T04:13:44Z
[Bugfix]
- Require a newer version of Bootstrap::lib for testing as older than 0.04x is known to fail.
- This might be a solution for gh#1 ( by Brendan Byrd )
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Util/ConfigDumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::Util::ConfigDumper;

our $VERSION = '0.003005';
our $VERSION = '0.003006';

# ABSTRACT: Easy implementation of 'dumpconfig'

Expand Down

0 comments on commit 3aea441

Please sign in to comment.