pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-MooseX-FollowPBP



Module Name:    pkgsrc
Committed By:   abs
Date:           Sun May 16 12:31:32 UTC 2010

Update of /cvsroot/pkgsrc/devel/p5-MooseX-FollowPBP
In directory ivanova.netbsd.org:/tmp/cvs-serv23467

Log Message:
Added devel/p5-MooseX-FollowPBP version 0.02

This module does not provide any methods. Simply loading it changes
the default naming policy for the loading class so that accessors
are separated into get and set methods. The get methods are prefixed
with "get_" as the accessor, while set methods are prefixed with
"set_". This is the naming style recommended by Damian Conway in
Perl Best Practices.

If you define an attribute with a leading underscore, then both the
get and set method will also have an underscore prefix.

If you explicitly set a "reader" or "writer" name when creating an
attribute, then that attribute's naming scheme is left unchanged.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-MooseX-FollowPBP/DESCR
N pkgsrc/devel/p5-MooseX-FollowPBP/distinfo
N pkgsrc/devel/p5-MooseX-FollowPBP/Makefile

No conflicts created by this import



Home | Main Index | Thread Index | Old Index