Skip to content

Commit

Permalink
we will not be deprecating the whole event emitter :)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 10, 2014
1 parent 4b27b60 commit 2fb41c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/EventEmitter.pm
Expand Up @@ -25,7 +25,7 @@ sub emit {

# DEPRECATED in Tiger Face!
sub emit_safe {
deprecated 'Mojo::EventEmitter is DEPRECATED';
deprecated 'Mojo::EventEmitter::emit_safe is DEPRECATED';
my ($self, $name) = (shift, shift);

if (my $s = $self->{events}{$name}) {
Expand Down

0 comments on commit 2fb41c6

Please sign in to comment.