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

Frederic Culot culot at FreeBSD.org
Mon Jun 6 17:25:52 UTC 2011


culot       2011-06-06 17:25:52 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Sub-Alias   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Sub::Alias does a compile-time code injection to let you define subroutine
  aliases based on its name.
  
  This differs from p5-Sub-Name in that it defines a typeglob in a more correct
  way and keeps you from manipulating the symbols table directly. You can use
  the subroutine as if it was defined the ordinary way then.
  
  This is particularly useful in the cases when you need to have several
  identical subroutines with different names.
  
  WWW: http://search.cpan.org/dist/Sub-Alias/
  
  PR:             ports/157632
  Submitted by:   Peter Vereshagin <peter at vereshagin.org>
  
  Revision  Changes    Path
  1.4362    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/p5-Sub-Alias/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Sub-Alias/distinfo (new)
  1.1       +11 -0     ports/devel/p5-Sub-Alias/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Sub-Alias/pkg-plist (new)


More information about the cvs-ports mailing list