The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.28

  • Switch to "multiline" input mode.
    • This should eliminate the "no result yet from mozrepl" warnings and make input/response somewhat better.
  • . Fix a buglet in the memleak test ! Function generation using ->expr() needs the following idiom to work with Firefox 6+: f=function() { ... }; f Ideally, use ->declare() to declare functions.
  • The module is now tested with Firefox 3.0.9 Firefox 3.5.x Firefox 4.0.1 Firefox 5 Firefox 6.0.1 Firefox 7 Beta 5

Modules

AnyEvent-enabled MozRepl client
use a 7bit safe json2.js for MozRepl/JS serialization
treat Javascript objects as Perl objects
Perl methods for mozrepl objects