| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jun 2012 06:18:28
0.15
|
sunpoet  |
- Update to 0.15
Changes: http://search.cpan.org/dist/MooseX-MarkAsMethods/Changes |
13 Mar 2012 16:15:36
0.14
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.14
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
05 Nov 2011 15:00:46
0.14
|
sunpoet  |
- Update to 0.14
Changes: http://search.cpan.org/dist/MooseX-MarkAsMethods/Changes |
02 Nov 2011 17:27:20
0.13
|
sunpoet  |
- Add p5-MooseX-MarkAsMethods 0.13
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".
By default we check for overloads, and mark those functions as methods.
If 'autoclean => 1' is passed to import on use'ing this module, we will invoke
namespace::autoclean to clear out non-methods.
WWW: http://search.cpan.org/dist/MooseX-MarkAsMethods/ |