cvs commit: ports/devel Makefile ports/devel/p5-Devel-Events-Objects Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Fri Oct 24 09:34:49 UTC 2008


miwi        2008-10-24 09:34:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Devel-Events-Objects Makefile distinfo pkg-descr 
                                  pkg-plist 
  Log:
  The Perl 5 module Devel::Events::Objects provides an event generator
  and a handler for Devel::Events, that facilitate leak checking.
  There are two components of this module: Devel::Events::Generator::Objects,
  and Devel::Events::Handler::ObjectTracker. The first one uses some
  trickery to generate events for every object creation and destruction
  in code loaded after it was loaded. The second one will listen on
  these events, and track all currently living objects.
  
  WWW: http://search.cpan.org/dist/Devel-Events-Objects/
  
  Revision  Changes    Path
  1.3228    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/p5-Devel-Events-Objects/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Devel-Events-Objects/distinfo (new)
  1.1       +9 -0      ports/devel/p5-Devel-Events-Objects/pkg-descr (new)
  1.1       +12 -0     ports/devel/p5-Devel-Events-Objects/pkg-plist (new)


More information about the cvs-all mailing list