Revision history for Perl extension Object::AutoAccessor.
0.06 Sun Feb 20 06:59:20 2006 JST
- added build() and as_hashref()
0.05 Sun Feb 12 03:26:58 2006 JST
- rename new_child(), child(), has_child() and is_child()
to new_node(), node(), has_node() and is_node()
- a lot of ugly methods were deleted.
0.04 Sun Jan 1 07:44:11 2006 JST
- added new_child(), child(), children(), has_child() and autoload()
methods
- abolished to use unnecessary Exporter
0.03 Tue Dec 27 02:12:23 2005 JST
- bug fixed : AUTOLOAD could not return a child instance when using
arrow operator as method call for name
- param() returns a set value when calling as setter method with
only one pair of key and value
0.02 Fri Dec 23 17:20:00 2005 JST
- allowed any arguments to new() and renew() methods
- added abstract method _initialize()
0.01 Sat Aug 20 00:50:00 2005 JST
- original version; created by h2xs 1.21 with options
-AX -n Object::AutoAccessor