Skip to content

Commit

Permalink
v1.001002
Browse files Browse the repository at this point in the history
 - Added MetaConfig data to consumers.
 - This however requires a TRIAL releases, as this change module requires ::Plugin to already be composed in, but our
   tests and documentation unfortunately instructed users to compose it in *before* that, leading to a breakage.

 [Dependencies::Stats]
 - Dependencies changed since 1.001001, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +14 ↑3 -3 (recommends: +1, suggests: ↑2)
 - runtime: ↓1 -1 (recommends: +2)
 - test: +2 (recommends: +1 ↑1 ↓1)
  • Loading branch information
kentfredric committed May 1, 2016
1 parent edbd3ac commit a1a542b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

1.001002 2016-05-01T00:22:36Z edbd3ac
- Added MetaConfig data to consumers.
- This however requires a TRIAL releases, as this change module requires ::Plugin to already be composed in, but our
tests and documentation unfortunately instructed users to compose it in *before* that, leading to a breakage.
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Role/Tempdir.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Role::Tempdir;

our $VERSION = '1.001002';
our $VERSION = '1.001003';

# ABSTRACT: Shell Out and collect the result in a DZ plug-in.

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

package Dist::Zilla::Tempdir::Dir;

our $VERSION = '1.001002';
our $VERSION = '1.001003';

# ABSTRACT: A temporary directory with a collection of item states

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

package Dist::Zilla::Tempdir::Item;

our $VERSION = '1.001002';
our $VERSION = '1.001003';

# ABSTRACT: A result object for things that DO() DZ::R::Tempdir;

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

package Dist::Zilla::Tempdir::Item::State;

our $VERSION = '1.001002';
our $VERSION = '1.001003';

# ABSTRACT: Intermediate state for a file

Expand Down

0 comments on commit a1a542b

Please sign in to comment.