Merge from vendor branch TNF:
authorabs <abs>
Sun, 16 May 2010 12:31:31 +0000 (12:31 +0000)
committerabs <abs>
Sun, 16 May 2010 12:31:31 +0000 (12:31 +0000)
commit87abf22e4cd9d39df93997ba36442f26664d331c
treeb76daf48804abcc7873d64b9d43b80e83a92c3dc
parentf5a01e15fcf553cbec92f8fd571ea45bfbb50395
parentb4a35261d501a7036293dae19ba2f846b33c2c8f
Merge from vendor branch TNF:
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.