Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
devel/p5-MooseX-MarkAsMethods from 0.14 to 0.15.
upstream changes:
0.15 2012-05-30 17:34:11 America/Los_Angeles
* Document that overload declarations must use the anon sub style for
methods to resolve correctly.
* No code/functionality changes.
This package is required to update databases/p5-DBIx-Class-Schema-Loader.
MooseX::MarkAsMethods allows one to easily mark certain functions as
Moose methods. This will allow other packages such as
namespace::autoclean to operate without blowing away your overloads.
After using MooseX::MarkAsMethods your overloads will be recognized by
Class::MOP as being methods, and class extension as well as
composition from roles with overloads will "just work".