aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Role-WithOverloading
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-211-1/+2
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro Notes: svn path=/head/; revision=275968
* - Update to 0.09Sunpoet Po-Chuan Hsieh2011-02-083-28/+26
| | | | | | | | | | | | | - Sort MAN3 and PLIST - Remove obsolete MD5 checksum Changes: http://search.cpan.org/dist/MooseX-Role-WithOverloading/Changes PR: ports/154415 Submitted by: Alexey Illarionov <littlesavage@rambler.ru> Feature safe: yes Notes: svn path=/head/; revision=268767
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autoPhilip M. Gollucci2010-09-242-1/+1
| | | | | | | | | | are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@ Notes: svn path=/head/; revision=261734
* - Update to 0.08Philip M. Gollucci2010-08-312-6/+6
| | | | | | | | | | PR: ports/150106 Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> With Hat: perl@ Changes: http://search.cpan.org/dist/MooseX-Role-WithOverloading/Changes Notes: svn path=/head/; revision=260237
* - Update to 0.06Wen Heping2010-05-242-5/+5
| | | | | | | - Reset maintainer to perl@ Notes: svn path=/head/; revision=254937
* - Update to 0.05Wen Heping2010-01-102-4/+4
| | | | Notes: svn path=/head/; revision=247545
* MooseX::Role::WithOverloading allows you to write a Moose::Role whichWen Heping2009-12-094-0/+74
defines overloaded operators and allows those operator overloadings to be composed into the classes/roles/instances it's compiled to, while plain Moose::Roles would lose the overloading. WWW: http://search.cpan.org/dist/MooseX-Role-WithOverloading/ Notes: svn path=/head/; revision=245437