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

Cheng-Lung Sung clsung at FreeBSD.org
Fri May 25 07:12:33 UTC 2007


clsung      2007-05-25 07:12:32 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Method-Alias Makefile distinfo pkg-descr pkg-plist 
  Log:
  Method::Alias is designed to be used as a pragma, to which you provide a
  set of pairs of method names. Only very minimal checking is done, if you
  wish to create infinite loops or what have you, you are more than
  welcome to shoot yourself in the foot.
  
  # Add a single method alias
      use Method::Alias 'foo' => 'bar';
  
  # Add several method aliases
      use Method::Alias 'a' => 'b',
      'c' => 'd',
      'e' => 'f';
  
  WWW: http://search.cpan.org/dist/Method-Alias
  
  Revision  Changes    Path
  1.2756    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Method-Alias/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Method-Alias/distinfo (new)
  1.1       +14 -0     ports/devel/p5-Method-Alias/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Method-Alias/pkg-plist (new)


More information about the cvs-ports mailing list