1Module::Install::CatalyUsste(r3)Contributed Perl DocumenMtoadtuiloen::Install::Catalyst(3)
2
3
4

NAME

6         Module::Install::Catalyst - Module::Install extension for Catalyst
7

SYNOPSIS

9         use lib '.';
10         use inc::Module::Install;
11
12         name 'MyApp';
13         all_from 'lib/MyApp.pm';
14
15         requires 'Catalyst::Runtime' => '5.7014';
16
17         catalyst_ignore('.*temp');
18         catalyst_ignore('.*tmp');
19         catalyst;
20         WriteAll;
21

DESCRIPTION

23       Module::Install extension for Catalyst.
24

METHODS

26   catalyst
27       Calls catalyst_files. Should be the last catalyst* command called in
28       "Makefile.PL".
29
30   catalyst_files
31       Collect a list of all files a Catalyst application consists of and copy
32       it inside the blib/lib/ directory. Files and directories that match the
33       modules ignore list are excluded (see catalyst_ignore and
34       catalyst_ignore_all).
35
36   catalyst_ignore_all(\@ignore)
37       This function replaces the built-in default ignore list with the given
38       list.
39
40   catalyst_ignore(@ignore)
41       Add a regexp to the list of ignored patterns. Can be called multiple
42       times.
43

AUTHORS

45       Catalyst Contributors, see Catalyst.pm
46

LICENSE

48       This library is free software. You can redistribute it and/or modify it
49       under the same terms as Perl itself.
50
51
52
53perl v5.32.1                      2021-01-26      Module::Install::Catalyst(3)
Impressum