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

Rong-En Fan rafan at FreeBSD.org
Wed Oct 24 01:51:11 PDT 2007


rafan       2007-10-24 08:51:10 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-parent      Makefile distinfo pkg-descr pkg-plist 
  Log:
  Allows you to both load one or more modules, while setting up inheritance
  from those modules at the same time. Mostly similar in effect to
  
      package Baz;
      BEGIN {
          require Foo;
          require Bar;
          push @ISA, qw(Foo Bar);
      }
  
  WWW: http://search.cpan.org/dist/parent/
  
  Revision  Changes    Path
  1.2914    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-parent/Makefile (new)
  1.1       +3 -0      ports/devel/p5-parent/distinfo (new)
  1.1       +11 -0     ports/devel/p5-parent/pkg-descr (new)
  1.1       +3 -0      ports/devel/p5-parent/pkg-plist (new)


More information about the cvs-all mailing list