The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Devel::KYTProf

0.9993 2019-06-28T05:45:15Z
        - suppress uninitialized warning in Devel::KYTProf::Profiler::Furl::HTTP (papix)

0.9992 2019-05-09T05:23:35Z
        - Fix for multiple use (fujiwara)

0.9991 2019-03-26T04:09:02Z
        - add sampler feature and use it for more accurate profiling for DBI
        - introduce Class::Data::Lite and drop Class::Data::Inheritance
        - add `apply_prof` method and call them in `import` method
        - switch from UNIVERSAL::require to Module::Load

0.05    Wed Jul 10 19:13:07 JST 2013
        - Added compatibility code for 'add_prof' version <= 0.02 (fujiwara)

0.04    Tue Feb 19 19:07:11 JST 2013
        - Changed label "time" to "runtime" (Wakaba)

0.03    Tue Feb 19 17:50:20 JST 2013
        - Added LTSV logger (Wakaba)

0.02    Tue Jun 5 16:50:10 JST 2012
        - Added furl support (Songmu)

0.01    Fri Jun 18 21:10:02 2010
        - original version