Skip to content

Commit

Permalink
Turns out you need to say you want has,. who knew?
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Apr 13, 2016
1 parent 2e4e105 commit efb7d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neo-makemaker/inc/My/NeoMakeMaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package inc::My::NeoMakeMaker;

# AUTHORITY

use Moose qw( around extends with );
use Moose qw( around extends with has );
extends 'Dist::Zilla::Plugin::MakeMaker';
with 'Beam::Emitter';
use List::Util qw( first );
Expand Down

0 comments on commit efb7d57

Please sign in to comment.