debian man page for module::install::deprecated

Query: module::install::deprecated

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Module::Install::Deprecated(3pm)			User Contributed Perl Documentation			  Module::Install::Deprecated(3pm)

NAME
Module::Install::Deprecated - Warnings and help for deprecated commands
DESCRIPTION
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.
COMMANDS
c_files 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. inc_paths The "inc_paths" command has been changed to "cc_inc_paths" due to confusion between Perl and C. lib_paths The "lib_paths" command has been changed to "cc_lib_paths" due to confusion between Perl and C. lib_links The "lib_links" command has been changed to "cc_lib_links" due to confusion between Perl and C. optimize_flags The "optimize_flags" command has been changed to "cc_optimize_flags" for consistency reasons.
AUTHORS
Adam Kennedy <adamk@cpan.org>
SEE ALSO
Module::Install
COPYRIGHT
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> perl v5.14.2 2012-03-01 Module::Install::Deprecated(3pm)
Related Man Pages
module::install::deprecated(3) - centos
inc::module::install::dsl(3) - centos
module::install::autolicense(3pm) - debian
module::install::compiler(3pm) - debian
module::install::deprecated(3pm) - debian
Similar Topics in the Unix Linux Community
Perl question
Searching for HP-UX 10.x Install Media
Zero Install Injector 0.32 (Default branch)
Zero Install Injector 0.33 (Default branch)
YANQ (Yet Another Newbie Question)