Subject: CVS commit: pkgsrc/devel/p5-Class-Accessor
To: None <pkgsrc-changes@NetBSD.org>
From: Hiramatsu Yoshifumi <hiramatsu@netbsd.org>
List: pkgsrc-changes
Date: 04/20/2006 08:07:01
Module Name: pkgsrc
Committed By: hiramatsu
Date: Thu Apr 20 08:07:01 UTC 2006
Modified Files:
pkgsrc/devel/p5-Class-Accessor: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/p5-Class-Accessor/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/p5-Class-Accessor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.