Skip to content

Commit

Permalink
Bump Dist::Zilla::Role::Stash::Plugins to 1.006
Browse files Browse the repository at this point in the history
for attribute order bug showing up in 5.17.6
  • Loading branch information
rwstauner committed Dec 9, 2012
1 parent 51b8eff commit fd36825
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Dist::Zilla::Stash::PodWeaver

{{$NEXT}}

- Require Dist::Zilla::Role::Stash::Plugins 1.006 for bug fix.

1.004 2012-06-18T18:16:00Z

- Increase dependency on Dist::Zilla::Role::Stash::Plugins to 1.005
Expand Down
2 changes: 0 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ copyright_year = 2010

[@Author::RWSTAUNER]
-remove = Test::Synopsis
[Prereqs]
Dist::Zilla::Role::Stash::Plugins = 1.005
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Stash/PodWeaver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package Dist::Zilla::Stash::PodWeaver;
use Pod::Weaver::Config::Assembler ();
use Moose;

# 1.005 has bugfix to enable array subscript config lines
with 'Dist::Zilla::Role::Stash::Plugins' => { -version => 1.005 };
# bug fix for attribute order
with 'Dist::Zilla::Role::Stash::Plugins' => { -version => 1.006 };

=method expand_package
Expand Down

0 comments on commit fd36825

Please sign in to comment.