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

0.13 2015-02-02T05:06:59
 - Updated dist.ini.
 - Modified testing strategy and added strict and warnings declarations.
 - Miscellaneous cleanup before release.
 - Miscellaneous cleanup after PR merge.
 - Reverted to the old .travis.yml config.
 - Added contributor and updated the build process.
 - Added Anthony Brummett to .mailmap as a contributor.
 - Proper incantation for capturing the exception and re-throwing it.
 - Localize $@ before eval.
 - Fixed illegal use of constructor in the Array role.
 - Updated documentation to correct incorrect grammar.
 - Explain that coderefs are also acceptable where codified strings are.
 - Fixed typo about codification arguments.

0.12 2015-01-04T03:33:44
 - v0.12
 - The hashify method of Array supports codification. Miscellaneous roles
   cleanup.

0.11 2015-01-02T05:02:50
 - v0.11
 - Updated documentation.
 - Reworked codification.
 - Removed method requirements in lib/Data/Object/Role/Array.pm.

0.10 2015-01-01T06:25:26
 - v0.10
 - Removed assertions and validations and added instantiation function
   aliases.

0.09 2014-12-23T03:34:14
 - v0.09
 - Added tests for the dump method on all data objects.
 - Added the Output role to all Data Objects.

0.08 2014-12-17T15:36:53
 - v0.08
 - Implemented Values/Detract roles.

0.07 2014-12-15T12:21:49
 - v0.07
 - Added META file to dist.

0.06 2014-12-14T02:15:37
 - v0.06
 - Updated documentation.
 - Rewrote history a bit.
 - Added detract and detract_deep functions.
 - Relocated the object type roles.
 - Fixed fractional numeric tests.
 - Updated the required Perl version.
 - Fixed documentation.

0.05 2014-12-11T20:15:49
 - v0.05
 - Added some initial documentation.
 - Added deduce_deep function.
 - Added deduce_type function.

0.04 2014-12-07T21:13:04
 - v0.04
 - Added overloading and deducing, and other undocumented functionality.

0.03 2014-12-04T04:26:57
 - v0.03
 - Added object construction functions.

0.02 2014-12-03T11:01:41
 - v0.02
 - Initial commit.