Skip to content

Commit

Permalink
exclude 'finished' method to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Jun 26, 2009
1 parent 27b31e4 commit 3edc70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/Stream/Bulk/Callback.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Moose;

use namespace::clean -except => 'meta';

with qw(Data::Stream::Bulk::DoneFlag) => { excludes => 'is_done' };
with qw(Data::Stream::Bulk::DoneFlag) => { excludes => [qw(is_done finished)] };

has callback => (
isa => "CodeRef|Str",
Expand Down

0 comments on commit 3edc70f

Please sign in to comment.