Skip to content

Commit

Permalink
Explicitly depend on Git::NextVersion 1.120370
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Feb 6, 2012
1 parent c15bd19 commit 263dc67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Dist/Zilla/Plugin/Git/CheckFor/Fixups.pm
Expand Up @@ -6,7 +6,8 @@ use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;

use Dist::Zilla::Plugin::Git::NextVersion ();
# we depend on functionality first present in 1.120370
use Dist::Zilla::Plugin::Git::NextVersion 1.120370 ();
use List::Util 'first';
use Git::Wrapper;

Expand Down

0 comments on commit 263dc67

Please sign in to comment.