Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
Change the type to reflect reality a bit more readily.
Browse files Browse the repository at this point in the history
We aren't an ArrayRef of Str anymore, so don't try to coerce us into being one.
  • Loading branch information
nrr committed May 1, 2012
1 parent 2f30bfb commit 2594b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/PluginBundle/NRR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Rawr!

has _plugins => (
is => 'ro',
isa => 'ArrayRef[Str]',
isa => 'ArrayRef',
lazy => 1,
default => sub {
my $self = shift;
Expand Down

0 comments on commit 2594b20

Please sign in to comment.