Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Class-Accessor
From: Hiramatsu Yoshifumi
Date: 2006-04-20 10:07:01
Message id: 20060420080701.547AC2DA27@cvs.netbsd.org
Log Message:
Updated to 0.25.
Changes from 0.22:
0.25 Fri Mar 31 18:28:17 JST 2006
- added a 'follow_best_practice' class method that causes the accessors to
be called 'get_foo' and 'set_foo' instead of just 'foo'
- added 'accessor_name_for' and 'mutator_name_for' methods that you can
override in your subclass to create your own names for accessors.
(That idea taken from Class::DBI.)
0.23 Sat Feb 25 19:46:08 GMT 2006
- rewrote the tests. Now using Test::More
Files: