The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Mojolicious-Plugin-NYTProf

0.06     Ven 25 avr 2014 12:49:06 CEST
        * [Fix] Errors in perldoc

0.05     Ven 25 avr 2014 10:23:57 CEST
        * [Fix] Don't profile static files
        * [Add] perldoc for configuration
        * [Add] Disable in production unless forced by config
        * [Add] Allow passthrough of Devel::NYTProf env options
        * [Add] Allow config of hooks used to start/stop profiling

0.04     Ven 25 avr 2014 08:56:21 CEST
        * [Fix] Better attempt to find nytprofhtml script

0.03     Jeu 24 avr 2014 21:37:47 CEST
        * [Add] Best attempt to find nytprofhtml script

0.02     Jeu 24 avr 2014 20:14:27 CEST
        * [Fix] Tweak tests for content of Devel::NYTProf output
            as calling ->content_like doesn't DTRT all the time
        * [Add] t/test_app.pl for running to test actual browser interaction

0.01     Jeu 24 avr 2014 15:53:31 CEST
        * First release, inspired by Dancer::Plugin::NYTProf