Subject: CVS commit: pkgsrc/devel/p5-ExtUtils-Command
From: Stoned Elipot
Date: 2008-08-26 01:06:17
Message id: 20080825230617.6FADE175D0@cvs.netbsd.org

Log Message:
Initial import of p5-ExtUtils-Command version 1.14 in the NetBSD
Packages Collection.

The Perl 5 module ExtUtils::Command is used to replace common UNIX
commands. In all cases the provided functions work from @ARGV rather
than taking arguments. This makes them easier to deal with in
Makefiles. Call them like this:
  perl -MExtUtils::Command -e some_command some files to work on
The module Shell::Command is also included in this package: it
provides the same functions but take arguments normally.


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-ExtUtils-Command/distinfo
1.1importpkgsrc/devel/p5-ExtUtils-Command/DESCR
1.1importpkgsrc/devel/p5-ExtUtils-Command/Makefile