X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand.pm;fp=lib%2FApp%2FRgit%2FCommand.pm;h=a873b9a6a694c9d09252822a42b41b67cc1448a9;hp=fa98b6ec20c8662a8d60d066bf2477b0b24cf7a6;hb=cb9eb6a59510dcfb9aaf05e09d2612aa0a9e18e3;hpb=88bfe285dbd8fe5cb70f28ff9ad9dee16631dd52 diff --git a/lib/App/Rgit/Command.pm b/lib/App/Rgit/Command.pm index fa98b6e..a873b9a 100644 --- a/lib/App/Rgit/Command.pm +++ b/lib/App/Rgit/Command.pm @@ -94,7 +94,7 @@ Returns what policy C method returned, which should be one of the policy sub report { my ($self) = @_; - my $code = $self->policy->report(@_); + my $code = $self->policy->handle(@_); return defined $code ? $code : NEXT; }