1Module::Install::AutoMaUnsiefresCto(n3t)ributed Perl DocMuomdeunltea:t:iIonnstall::AutoManifest(3)
2
3
4
6 Module::Install::AutoManifest - generate MANIFEST automatically
7
9 Version 0.003
10
12 In Makefile.PL:
13
14 auto_manifest;
15
16 In MANIFEST.SKIP:
17
18 # put your list of patterns here
19 ^\.git/
20 ^your-crazy-files-whatever$
21
22 In MANIFEST:
23
24 Nothing, remove it
25
27 auto_manifest
28 This extension to Module::Install adds behavior for automatically
29 generating MANIFEST.
30
31 Before "make distdir", "make manifest" will be run for you
32 automatically. Likewise, "make distclean" will remove your
33 automatically-generated MANIFEST.
34
36 Hans Dieter Pearcey, "<hdp at cpan.org>"
37
39 Please report any bugs or feature requests to
40 "bug-module-install-automanifest at rt.cpan.org", or through the web
41 interface at
42 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Install-AutoManifest>.
43 I will be notified, and then you'll automatically be notified of
44 progress on your bug as I make changes.
45
47 You can find documentation for this module with the perldoc command.
48
49 perldoc Module::Install::AutoManifest
50
51 You can also look for information at:
52
53 · RT: CPAN's request tracker
54
55 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Install-AutoManifest>
56
57 · AnnoCPAN: Annotated CPAN documentation
58
59 <http://annocpan.org/dist/Module-Install-AutoManifest>
60
61 · CPAN Ratings
62
63 <http://cpanratings.perl.org/d/Module-Install-AutoManifest>
64
65 · Search CPAN
66
67 <http://search.cpan.org/dist/Module-Install-AutoManifest>
68
70 Module::Install
71
73 Copyright 2008 Hans Dieter Pearcey, all rights reserved.
74
75 This program is free software; you can redistribute it and/or modify it
76 under the same terms as Perl itself.
77
78
79
80perl v5.28.0 2008-05-18 Module::Install::AutoManifest(3)