Skip to content

Commit

Permalink
update away from deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
perigrin committed Apr 23, 2009
1 parent bc9a8d9 commit 645b2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MooseX/POE/Meta/Trait/Constructor.pm
Expand Up @@ -8,7 +8,7 @@ around _generate_instance => sub {
my $orig = shift;
my ($self, $var, $class_var) = @_;

my %events = $self->meta_instance->associated_metaclass->get_all_events;
my %events = $self->_meta_instance->associated_metaclass->get_all_events;
$events{STARTALL} = 'STARTALL';
$events{_stop} = 'STOPALL';

Expand Down

0 comments on commit 645b2f1

Please sign in to comment.