Skip to content

Commit

Permalink
Fixed rt bug #45799 in PoCo::MessageQueue, the only of the listed pac…
Browse files Browse the repository at this point in the history
…kages I have any control over.
  • Loading branch information
dsnopek committed Jun 16, 2009
1 parent 23c78f9 commit 840cd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE/Component/MessageQueue/Storage/Double.pm
Expand Up @@ -24,7 +24,7 @@ use MooseX::MultiInitArg;
# simple no-arg completion callback. No reason to write them all!
foreach my $method qw(empty disown_destination disown_all)
{
__PACKAGE__->meta->alias_method($method, sub {
__PACKAGE__->meta->add_method($method, sub {
my $self = shift;
my $last = pop;
if(ref $last eq 'CODE')
Expand Down

0 comments on commit 840cd83

Please sign in to comment.