1Module::Install::DeprecUasteerd(C3o)ntributed Perl DocumMeondtualtei:o:nInstall::Deprecated(3)
2
3
4
6 Module::Install::Deprecated - Warnings and help for deprecated commands
7
9 One of the nicest features of Module::Install is that as it improves,
10 there is no need to take into account user compatibility, because users
11 do not need to install Module::Install itself.
12
13 As a result, the Module::Install API changes at a faster rate than
14 usual, and this results in deprecated commands.
15
16 "Module::Install::Deprecated" provides implementations of the
17 deprecated commands, so that when an author is upgrading their
18 Module::Install and they are using a deprecated command they will be
19 told that the command has been deprecated, and what the author should
20 use instead.
21
22 This extension should NEVER end up bundled into the distribution
23 tarball.
24
26 c_files
27 The "c_files" command has been changed to "cc_files" to reduce
28 confusion and keep all compiler commands within a consistent "ff_foo"
29 naming scheme.
30
31 inc_paths
32 The "inc_paths" command has been changed to "cc_inc_paths" due to
33 confusion between Perl and C.
34
35 lib_paths
36 The "lib_paths" command has been changed to "cc_lib_paths" due to
37 confusion between Perl and C.
38
39 lib_links
40 The "lib_links" command has been changed to "cc_lib_links" due to
41 confusion between Perl and C.
42
43 optimize_flags
44 The "optimize_flags" command has been changed to "cc_optimize_flags"
45 for consistency reasons.
46
48 Adam Kennedy <adamk@cpan.org>
49
51 Module::Install
52
54 Copyright 2006 Adam Kennedy.
55
56 This program is free software; you can redistribute it and/or modify it
57 under the same terms as Perl itself.
58
59 See <http://www.perl.com/perl/misc/Artistic.html>
60
61
62
63perl v5.32.1 2021-01-27 Module::Install::Deprecated(3)