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 depre‐
17 cated commands, so that when an author is upgrading their Mod‐
18 ule::Install and they are using a deprecated command they will be told
19 that the command has been deprecated, and what the author should use
20 instead.
21
22 This extension should NEVER end up bundled into the distribution tar‐
23 ball.
24
26 c_files
27
28 The "c_files" command has been changed to "cc_files" to reduce confu‐
29 sion and keep all compiler commands within a consistent "ff_foo" naming
30 scheme.
31
32 inc_paths
33
34 The "inc_paths" command has been changed to "cc_inc_paths" due to con‐
35 fusion between Perl and C.
36
37 lib_paths
38
39 The "lib_paths" command has been changed to "cc_lib_paths" due to con‐
40 fusion between Perl and C.
41
42 lib_links
43
44 The "lib_links" command has been changed to "cc_lib_links" due to con‐
45 fusion between Perl and C.
46
47 optimize_flags
48
49 The "optimize_flags" command has been changed to "cc_optimize_flags"
50 for consistency reasons.
51
53 Adam Kennedy <cpan@ali.as>
54
56 Module::Install
57
59 Copyright 2006 Adam Kennedy. All rights reserved.
60
61 This program is free software; you can redistribute it and/or modify it
62 under the same terms as Perl itself.
63
64 See <http://www.perl.com/perl/misc/Artistic.html>
65
66
67
68perl v5.8.8 2007-03-05 Module::Install::Deprecated(3)