1Module::Package::Au(3)User Contributed Perl DocumentationModule::Package::Au(3)
2
3
4
6 Module::Package::Au - Reusable Module::Install bits
7
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
19 This module defines a set of standard configurations for Makefile.PL
20 files based on Module::Package.
21
23 Module::Package::Ingy, Module::Package
24
26 唐鳳 <cpan@audreyt.org>
27
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.34.0 2022-01-21 Module::Package::Au(3)