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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to