Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 07:12:32 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Method-Alias Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200705250712.l4P7CXUg066540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705250712.l4P7CXUg066540>