Package: libterm-shell-perl
Version: 0.01-3
Tags: patch
thankyou

Hello Peter,

please fix the CPAN bug #2463:
"The summary does not get filled for commands that are caught via a
catch_smry handler. The fix is to always call $o->summary(), and worry
later."

A patch is attached and also available at
http://rt.cpan.org/Public/Bug/Display.html?id=2463
Upgrading your package to 0.02 would fix this, too.

--
Kind Regards,
 Michael Mende

http://www.menole.net/
636,638c636,640
<           my $smry = exists $o->{handlers}{$h}{smry}
<               ? $o->summary($h)
<               : "undocumented";
---
> #         my $smry = exists $o->{handlers}{$h}{smry}
> #             ? $o->summary($h)
> #             : "undocumented";
>           my $smry = $o->summary($h);
>                       $smry = 'undocumented' unless defined $smry and length 
> $smry;

Attachment: signature.asc
Description: Digital signature

Reply via email to