The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension SWISH::API::Object.

0.01  Thu Sep 21 08:45:22 2006
	- original version; created by h2xs 1.23 with options
		-XA -n SWISH::API::Object

0.02
    * subclass SWISH::API::Stat directly

0.03
    * fix POD to reflect 0.02 changes (doh!)

0.04
    * rewrite to support SWISH::API::More 0.03

0.05
    * fix bug in Result (same bug that SWISH::API::More 0.04 fixed)

0.06
    * uses YAML::Syck and JSON::Syck instead of Perl eval to deserialize()
      property values. This should help relieve the memory leak experienced
      with eval "$prop".

0.07
    * fix/simplify deserialize() logic wrt YAML and JSON
   
0.08
    * wrap internal deserializers in eval() and croak on fatal err with
      more helpful err message
0.09
    * clarify POD regarding serial_format option.
    * added VERSION() method to satisfy some versions of MakeMaker

0.10
    * change tests to skip if no SWISH::API found