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

Wen Heping wen at FreeBSD.org
Wed Mar 24 02:09:28 UTC 2010


wen         2010-03-24 02:09:28 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-NonMoose Makefile distinfo pkg-descr pkg-plist 
  Log:
  MooseX::NonMoose allows for easily subclassing non-Moose classes with
  Moose, taking care of the annoying details connected with doing this,
  such as setting up proper inheritance from Moose::Object and installing
  (and inlining, at make_immutable time) a constructor that makes sure
  things like BUILD methods are called. It tries to be as non-intrusive
  as possible - when this module is used, inheriting from non-Moose classes
  and inheriting from Moose classes should work identically, aside from the
  few caveats mentioned below. One of the goals of this module is that
  including it in a Moose::Exporter-based package used across an entire
  application should be possible, without interfering with classes that
  only inherit from Moose modules, or even classes that don't inherit from
  anything at all.
  
  WWW: http://search.cpan.org/dist/MooseX-NonMoose/
  
  Revision  Changes    Path
  1.3843    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/p5-MooseX-NonMoose/Makefile (new)
  1.1       +3 -0      ports/devel/p5-MooseX-NonMoose/distinfo (new)
  1.1       +14 -0     ports/devel/p5-MooseX-NonMoose/pkg-descr (new)
  1.1       +11 -0     ports/devel/p5-MooseX-NonMoose/pkg-plist (new)


More information about the cvs-ports mailing list