1Module::Package::Au(3)User Contributed Perl DocumentationModule::Package::Au(3)
2
3
4

NAME

6       Module::Package::Au - Reusable Module::Install bits
7

SYNOPSIS

9       In Makefile.PL:
10
11           #!/usr/bin/env perl
12           use inc::Module::Package 'Au:dry 1';
13
14           # Put distribution-specific metadata here
15           requires "Some::Module";
16           keywords qw[ put some tags here ];
17

DESCRIPTION

19       This module defines a set of standard configurations for Makefile.PL
20       files based on Module::Package.
21

SEE ALSO

23       Module::Package::Ingy, Module::Package
24

AUTHORS

26       唐鳳 <cpan@audreyt.org>
27

CC0 1.0 Universal

29       To the extent possible under law, 唐鳳 has waived all copyright and
30       related or neighboring rights to Module-Package-Au.
31
32       This work is published from Taiwan.
33
34       <http://creativecommons.org/publicdomain/zero/1.0>
35
36
37
38perl v5.28.1                      2019-02-02            Module::Package::Au(3)
Impressum