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

Changes for version 0.43 - 2016-08-17

  • Breaking change: Simplified setup of _source property. The linked objects had a _source method added that linked back to the OpenERP object. This now relies on the object having a Moose style read/write property named _source and it will fill that in if present. Otherwise the _source will not be setup.
  • This prevents problems with phantom database because the old code was setting up methods on classes, so it was potentially causing issues with new Result objects created outside the management of this module where they would have a _source method pointing to the last OpenERP object seen.