cvs commit: ports/devel Makefile ports/devel/p5-MooseX-MarkAsMethods Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 2 17:27:21 UTC 2011


sunpoet     2011-11-02 17:27:20 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-MarkAsMethods Makefile distinfo pkg-descr 
                                  pkg-plist 
  Log:
  - 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/
  
  Revision  Changes    Path
  1.4645    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/p5-MooseX-MarkAsMethods/Makefile (new)
  1.1       +2 -0      ports/devel/p5-MooseX-MarkAsMethods/distinfo (new)
  1.1       +12 -0     ports/devel/p5-MooseX-MarkAsMethods/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-MooseX-MarkAsMethods/pkg-plist (new)


More information about the cvs-all mailing list