61b4b4831a
The accessors pragma lets you create simple accessors at compile-time. This saves you from writing them by hand, which tends to result in cut-n-paste errors and a mess of duplicated code. It can also help you reduce the ammount of unwanted direct-variable access that may creep into your codebase when you're feeling lazy. accessors was designed with laziness in mind.
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/08/19 22:51:02 jasper Exp $
|
|
${P5SITE}/accessors/
|
|
${P5SITE}/accessors.pm
|
|
${P5SITE}/accessors/chained.pm
|
|
${P5SITE}/accessors/classic.pm
|
|
${P5SITE}/accessors/ro.pm
|
|
${P5SITE}/accessors/rw.pm
|
|
@man man/man3p/accessors.3p
|
|
@man man/man3p/accessors::chained.3p
|
|
@man man/man3p/accessors::classic.3p
|
|
@man man/man3p/accessors::ro.3p
|
|
@man man/man3p/accessors::rw.3p
|