Emanuele Zeppieri wrote: > The obvious correction is to substitute the above mentioned line with: > > my $av = $elapsed == 0 ? '??' : sprintf '%.3f', 1 / $elapsed; > > Patch (against Catalyst.pm in trunk -- Revision 6575) attached, if > necessary. Applied -- rev 6581. Thanks! -Brian