diff options
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 0000000000..bc038167fc --- /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: |