GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Install::Deprecated(3) User Contributed Perl Documentation Module::Install::Deprecated(3)

Module::Install::Deprecated - Warnings and help for deprecated commands

One of the nicest features of Module::Install is that as it improves, there is no need to take into account user compatibility, because users do not need to install Module::Install itself.

As a result, the Module::Install API changes at a faster rate than usual, and this results in deprecated commands.

"Module::Install::Deprecated" provides implementations of the deprecated commands, so that when an author is upgrading their Module::Install and they are using a deprecated command they will be told that the command has been deprecated, and what the author should use instead.

This extension should NEVER end up bundled into the distribution tarball.

The "c_files" command has been changed to "cc_files" to reduce confusion and keep all compiler commands within a consistent "ff_foo" naming scheme.

The "inc_paths" command has been changed to "cc_inc_paths" due to confusion between Perl and C.

The "lib_paths" command has been changed to "cc_lib_paths" due to confusion between Perl and C.
The "lib_links" command has been changed to "cc_lib_links" due to confusion between Perl and C.

The "optimize_flags" command has been changed to "cc_optimize_flags" for consistency reasons.

Adam Kennedy <adamk@cpan.org>

Module::Install

Copyright 2006 Adam Kennedy.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>

2017-04-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.