NAME Runops::Recorder - Runops replacement which saves what is being performed SYNOPSIS # will save to a rr- directory in the current directory perl -MRunops::Recorder # will save to a custom directory perl -MRunops::Recorder=my_recording # and then to view the recording rr-viewer DESCRIPTION Runops::Recorder is an alternative runops which saves what it does into a file that can later be viewed using the rr-viewer tool. HOW TO RECORD Simply use this module and it'll replace perl's standard runloop with its own. By default a recording goes into a directory named rr--_