The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

New in 0.03
   Help text (~h) now works
   ~x to abandon text, returns undef
   ~p to print
   Search for an editor for ~e/~v now goes:
      $ENV{"VISUAL"} || $ENV{"EDITOR"} || "vim" || "vi" || "pico"
   Added pod documentation in module

New in 0.02
   Fixing a rather vital typo in the Makefile (the, erm, module
      name *blush*)
   Addition of some Copyright notices.