cvs commit: ports/devel Makefile ports/devel/p5-Sub-Delete Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Fri Nov 21 12:44:48 PST 2008


miwi        2008-11-21 20:44:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Sub-Delete  Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module provides one function, delete_sub, that deletes the
  subroutine whose name is passed to it. (To load the module without
  importing the function, write use Sub::Delete();.)
  
  This does more than simply undefine the subroutine in the manner of
  undef &foo, which leaves a stub that can trigger AUTOLOAD (and,
  consequently, won't work for deleting methods). The subroutine is
  completely obliterated from the symbol table (though there may be
  references to it elsewhere, including in compiled code).
  
  WWW:    http://search.cpan.org/dist/Sub-Delete/
  
  PR:             ports/128899
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.3261    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-Sub-Delete/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Sub-Delete/distinfo (new)
  1.1       +11 -0     ports/devel/p5-Sub-Delete/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-Sub-Delete/pkg-plist (new)


More information about the cvs-ports mailing list