diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-10 16:08:00 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-10 16:08:00 +0000 |
commit | 03b2acb4703a865d5781029653f690dc29cda9f9 (patch) | |
tree | 2a1d82382582fc6d62d77a2e7fc0819446dc60e6 /devel/p5-Module-Build/pkg-descr | |
parent | 36a9edf5559e35a446fba6608b6159d15052d736 (diff) |
Notes
Diffstat (limited to 'devel/p5-Module-Build/pkg-descr')
-rw-r--r-- | devel/p5-Module-Build/pkg-descr | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/pkg-descr b/devel/p5-Module-Build/pkg-descr index 5b794a7836c7..6ed3436ac658 100644 --- a/devel/p5-Module-Build/pkg-descr +++ b/devel/p5-Module-Build/pkg-descr @@ -1,2 +1,8 @@ -Module::Build is a means for build and install Perl modules. -It is meant to be a replacement for ExtUtils::MakeMaker. +Module::Build is a system for building, testing, and installing Perl modules. +It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter +the behavior of the module through subclassing in a much more straightforward +way than with MakeMaker. It also does not require a make on your system - most +of the Module::Build code is pure-perl and written in a very cross-platform +way. + +WWW: http://search.cpan.org/dist/Module-Build/ |