Revision history for Perl extension Runops::Recorder.
0.04 Mon Jun 27
- The format of recordings has changed and is now a directory with a bunch
of files instead.
- Added a Runops::Recorder::Reader class that can read recordings and
callback on different events
- Now also records when you enter a sub and the name of it
- A new rr-diff tool that shows two recordings side by side
0.03 Sun Jun 19
- Adjust number of lines shown to fill the screen if possible
- Added help page 'h'
- Viewer now support RR_AUTORUN and RR_SKIP_INC environment variables
which sets how fast it should autorun and if it should skip @INC
0.02 Sun Jun 19 11:53 2011
- Added possibility to skip viewing of a the current file with 's'
- Viewer adapts to the number of lines your terminal
- Record when OP_DIE happens
- Make it possible to skip installed (ie, what's in @INC when we load)
0.01 Sat Jun 18 16:07:57 2011
- original version; created by h2xs 1.23 with options
-n Runops::Recorder