.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "inc::Module::Install::DSL 3pm" .TH inc::Module::Install::DSL 3pm "2018-01-01" "perl v5.26.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" inc::Module::Install::DSL \- Domain Specific Language for Module::Install .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& use inc::Module::Install::DSL 0.80; \& \& all_from lib/ADAMK/Repository.pm \& requires File::Spec 3.29 \& requires File::pushd 1.00 \& requires File::Find::Rule 0.30 \& requires File::Find::Rule::VCS 1.05 \& requires File::Flat 0 \& requires File::Remove 1.42 \& requires IPC::Run3 0.034 \& requires Object::Tiny 1.06 \& requires Params::Util 0.35 \& requires CPAN::Version 5.5 \& test_requires Test::More 0.86 \& test_requires Test::Deep 1.03 \& install_script adamk \& \& requires_external_bin svn .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" One of the primary design goals of Module::Install is to simplify the creation of \fIMakefile.PL\fR scripts. .PP Part of this involves the gradual reduction of any and all superfluous characters, with the ultimate goal of requiring no non-critical information in the file. .PP Module::Install::DSL is a simple \fBDomain Specific Language\fR based on the already-lightweight Module::Install command syntax. .PP The \s-1DSL\s0 takes one command on each line, and then wraps the command (and its parameters) with the normal quotes and semi-colons etc to turn it into Perl code. .SH "SUPPORT" .IX Header "SUPPORT" Bugs should be reported via the \s-1CPAN\s0 bug tracker at .PP .PP For other issues contact the author. .SH "AUTHORS" .IX Header "AUTHORS" Adam Kennedy .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright 2008 \- 2012 Adam Kennedy. .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.