Changes for version 0.99_01 - 2019-07-12

  • added initial "perist" hash variables. Separate processes (even multiple files in multiple windows) can share a variable, and it'll remain available even after all processes exit. The variable will be re-attached if the same shared segment key is used in subsequent runs
  • reversed order of Changes file
  • removed trace() and debug() code for ease of reading
  • improved exception/error messages, added exception testing, reduced and minimized the number of exceptions actually uncaught
  • significant POD cleanup
  • 100% rewrite of all test files, and added a slew of new ones, all using Test::More

Modules

Share variables across separate processes
Object oriented interface to shared memory