On Thu Aug 04 05:44:48 2011, dave@seleno.net wrote:
Show quoted text> The code below causes the error:
>
> Use of uninitialized value $time_start in subtraction (-) at
> /usr/local/share/perl/5.10.1/Dancer/Plugin/DebugToolbar.pm line 168.
>
> Code:
> before sub {
>
> enable_debug_toolbar() ;
>
> }
The plugin will be initialized differently in the next version (through
the app configuration file), so this won't be an issue anymore. Thanks
for the report.