Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2010 02:09:28 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-MooseX-NonMoose Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201003240209.o2O29SaA037438@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003240209.o2O29SaA037438>