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

Changes for version 0.23 - 2015-03-26

  • Don't count object converted into non-ref into clone limit. This solves the problem of only a few DateTime/Time::Moment/other objects being converted into timestamps (if they happen to be referenced twice or more in the data structure, triggering the circular check and quickly hitting the clone limit), because even after each object is converted into a non-ref value, the old ref is still counted. The new release now compares the ref() of the new converted value when doing circular check.

Modules

Base class for Data::Clean::*
Clean data from JSON decoder
Clean data so it is safe to output to JSON