Changes for version 1.12 - 2008-08-13

  • Some minor refactoring, including the removal of a dependency on Exporter
  • Fixed a misnumbered test in 1_11, which was intended to be a development release.
  • Escape </script> based on reports of certain stupid browsers ceasing to parse JavaScript upon encountering this string, even in strings.
  • Added explicit license

Changes for version 1_11 - 2005-11-15

  • Touched up documentation
  • Fixed syntax errors for hash key names that are also JS keywords Reported by Kevin J. of Activestate
  • Hash keys are now dumped in alphabetical order, this makes code easier to debug (as suggested by Scott Wessels) and is necessary for thorough testing.
  • Special characters tab, newline, carriage return, ", and \ are now escaped in place instead of as hex: \t, \n, \r, \", \\

Modules

Dump perl data structures into JavaScript code

Examples