diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:53:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:37 +0200 |
commit | 1c1d86af748e8533eef65576762123b4fa93fa38 (patch) | |
tree | 800a2a0076000560f91b17de3d4a94e25cb441fa /development/perl-module-build/slack-desc | |
parent | 8c809c188b064c2a6e81668dc563c81ad548a75e (diff) |
development/perl-module-build: Added to 12.1 repository
Diffstat (limited to 'development/perl-module-build/slack-desc')
-rw-r--r-- | development/perl-module-build/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/perl-module-build/slack-desc b/development/perl-module-build/slack-desc new file mode 100644 index 0000000000000..bc038167fc52e --- /dev/null +++ b/development/perl-module-build/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler-------------------------------------------| +perl-module-build: perl-module-build (Alternative Perl-Module build system) +perl-module-build: +perl-module-build: `Module::Build' is a system for building, testing, and +perl-module-build: installing Perl modules. It is meant to be an alternative +perl-module-build: to `ExtUtils::MakeMaker'. Developers may alter the +perl-module-build: behavior of the module through subclassing in a much more +perl-module-build: straightforward way than with `MakeMaker'. It also does +perl-module-build: not require a `make' on your system - most of the +perl-module-build: `Module::Build' code is pure-perl and written in a very +perl-module-build: cross-platform way. +perl-module-build: |