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

Chin-San Huang chinsan at FreeBSD.org
Sat Aug 30 15:13:53 UTC 2008


chinsan     2008-08-30 15:13:52 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-Clone Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-MooseX-Clone, fine grained cloning support for Moose objects.
  
  Out of the box Moose only provides very barebones cloning support in order
  to maximize flexibility.
  
  This role provides a clone method that makes use of the low level cloning
  support already in Moose and adds selective deep cloning based on
  introspection on top of that. Attributes with the Clone trait will handle
  cloning of data within the object, typically delegating to the attribute
  value's own clone method.
  
  WWW: http://search.cpan.org/dist/MooseX-Clone/
  
  Revision  Changes    Path
  1.3180    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/p5-MooseX-Clone/Makefile (new)
  1.1       +3 -0      ports/devel/p5-MooseX-Clone/distinfo (new)
  1.1       +10 -0     ports/devel/p5-MooseX-Clone/pkg-descr (new)
  1.1       +14 -0     ports/devel/p5-MooseX-Clone/pkg-plist (new)


More information about the cvs-ports mailing list