mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
10 lines
344 B
Plaintext
10 lines
344 B
Plaintext
Class::Data::Inheritable is for creating accessor/mutators to class
|
|
data. That is, if you want to store something about your class as a
|
|
whole (instead of about a single object). This data is then inherited
|
|
by your subclasses and can be overriden.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-Data-Inheritable/
|
|
|
|
-- Sergey Skvortsov
|
|
skv@FreeBSD.org
|