Skip to content

Commit

Permalink
v1.001003
Browse files Browse the repository at this point in the history
 - Ship previous devrel changes as stable
 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

 [Dependencies::Stats]
 - Dependencies changed since 1.001002, see misc/*.deps* for details
 - develop: +1 ↑1 (suggests: ↑2)
 - test: ↓1
  • Loading branch information
kentfredric committed Mar 10, 2017
1 parent e93ce4e commit f0777be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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}}

1.001003 2017-03-10T12:01:20Z e93ce4e
- Ship previous devrel changes as stable
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

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.001003';
our $VERSION = '1.001004';

# 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.001003';
our $VERSION = '1.001004';

# 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.001003';
our $VERSION = '1.001004';

# 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.001003';
our $VERSION = '1.001004';

# ABSTRACT: Intermediate state for a file

Expand Down

0 comments on commit f0777be

Please sign in to comment.