Commit graph

6 commits

Author SHA1 Message Date
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
e9fb6cd9da Update p5-MooseX-FollowPBP to 0.05.
Changes from previous:
0.05   2011-02-26

- In Moose 1.9900+, attributes from roles no longer acquire the consuming
  class's attribute traits. However, you can apply attribute traits like this
  one to attributes in roles, and that trait is preserved when the role is
  applied to a class.

  See the documentation for more details.
2011-11-12 02:55:08 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
ca71ff7027 Update p5-MooseX-FollowPBP from version 0.02 to version 0.04.
Pkgsrc changes:
- adjust dependencies
- adjust license
- (re)set PERL5_MODULE_TYPE to MakeMaker

Upstream changes:
0.04   2010-07-20
- Respect "is => 'bare'" attributes.

0.03   2010-07-14
- Use modern Moose APIs, to avoid warnings with the next Moose release.
2010-07-27 17:44:20 +00:00
abs
d87a334cc0 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.
2010-05-16 12:31:31 +00:00