1inc::Module::Install::DUSsLe(r3)Contributed Perl Documenitnact:i:oMnodule::Install::DSL(3)
2
3
4
6 inc::Module::Install::DSL - Domain Specific Language for
7 Module::Install
8
10 use inc::Module::Install::DSL 0.80;
11
12 all_from lib/ADAMK/Repository.pm
13 requires File::Spec 3.29
14 requires File::pushd 1.00
15 requires File::Find::Rule 0.30
16 requires File::Find::Rule::VCS 1.05
17 requires File::Flat 0
18 requires File::Remove 1.42
19 requires IPC::Run3 0.034
20 requires Object::Tiny 1.06
21 requires Params::Util 0.35
22 requires CPAN::Version 5.5
23 test_requires Test::More 0.86
24 test_requires Test::Deep 1.03
25 install_script adamk
26
27 requires_external_bin svn
28
30 One of the primary design goals of Module::Install is to simplify the
31 creation of Makefile.PL scripts.
32
33 Part of this involves the gradual reduction of any and all superfluous
34 characters, with the ultimate goal of requiring no non-critical
35 information in the file.
36
37 Module::Install::DSL is a simple Domain Specific Language based on the
38 already-lightweight Module::Install command syntax.
39
40 The DSL takes one command on each line, and then wraps the command (and
41 its parameters) with the normal quotes and semi-colons etc to turn it
42 into Perl code.
43
45 Bugs should be reported via the CPAN bug tracker at
46
47 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Install>
48
49 For other issues contact the author.
50
52 Adam Kennedy <adamk@cpan.org>
53
55 Copyright 2008 - 2012 Adam Kennedy.
56
57 This program is free software; you can redistribute it and/or modify it
58 under the same terms as Perl itself.
59
60
61
62perl v5.32.1 2021-01-27 inc::Module::Install::DSL(3)