Changes for version 0.29
- . This version is mostly a cleanup version with clearer failure diagnostics. If MozRepl::RemoteObject is currently working for you, there is no need to upgrade.
- 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.0.1 Firefox 8 Firefox 9 . Firefox 8 onwards need a very recent version of the mozrepl Add-on, for example 1.1.0 available from https://github.com/bard/mozrepl/tags Older versions will not work due to "script caching" in Firefox that prevents the repl from ever returning anything but the first result. If you are upgrading Firefox to version 8 or later, you will see failure symptoms like
- Transport still not UTF-8 safe: "8.0!"?!?
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