Commit graph

9 commits

Author SHA1 Message Date
hiramatsu
b34c32b01a 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
2006-04-20 08:07:01 +00:00
abs
124513d1c8 Update devel/p5-Class-Accessor to 0.22:
0.21 Thu Sep  1 16:58:31 BST 2005
    - added _croak and _carp methods so you can override these in subclasses if
      you want to change the default behaviour when something bad happens.

0.20 Thu Sep  1 12:25:23 BST 2005
    - add a copyright statement
    - tidy some documentation (more to do later)
2005-10-20 17:36:50 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
wiz
dd0954dd0f Update to 0.19 from Hiramatsu Yoshifumi in PR 28462:
* Performance patch from Elizabeth Mattijsen
    - minor layout and doc changes
2004-11-29 15:04:34 +00:00
minskim
b63f10f0f7 Import p5-Class-Accessor from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.

This module automagically generates accessor/mutators for your class.
2004-02-20 04:05:47 +00:00