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

0.06  16-02-2013
        - Add try/catch/finally blocks for exception catching.
        - Add Pony::Object::Throwable -- base class for exceptions.

0.05  19-08-2012
        - Fix two bugs.

0.04  11-06-2012
        - Add abstract classes and methods support;
        - Add META - introspection method.

0.02  20-04-2012
        - Add access privacy for methods and properties;
        - Add support keywords protected, public, private for properties;
        - Add privacy guessing for keyword 'has';
        - Add method attributes Protected, Public, Private;
        - Fix problem with properties inheritance.

0.01  10-01-2012
        - Add support singletons 'from the box';
        - Add properties inheritance;
        - Add dump method for all objects for easily debug;
        - Fix problem with deep copy;
        - Add ALL method - get all properties.

0.00  08-10-2011
        - Add support keyword 'has' for properties;
        - Add strict and modern import;
        - Add nice accessors for properties.