debian man page for padre::feature

Query: padre::feature

OS: debian

Section: 3pm

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

Padre::Feature(3pm)					User Contributed Perl Documentation				       Padre::Feature(3pm)

NAME
Padre::Feature - Constants to support currying of feature_* config options
DESCRIPTION
Padre::Config contains a series of "feature" settings, stored in the "feature_*" configuration namespace. These settings are intended to allow the optional removal of unwanted features (and their accompanying bloat), and the optional inclusion of experimental features (and their accompanying instability). To allow both the removal and inclusion of option features to be done efficiently, Padre checks the configuration at startup time and cooks these preferences down into constants in the Padre::Feature namespace. With this mechanism the code for each feature can be compiled away entirely when it is not in use, making Padre faster and recovering the memory that these features would otherwise consume. The use of a dedicated module for this purpose ensures this config to constant compilation is done in a single place, and provides a module dependency target for modules that use this system. COPYRIGHT &; LICENSE Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself. perl v5.14.2 2012-06-27 Padre::Feature(3pm)
Related Man Pages
padre::help(3pm) - debian
padre::plugin::yaml::document(3pm) - debian
padre::pluginbuilder(3pm) - debian
padre::task::introducetemporaryvariable(3pm) - debian
padre::task::ppi(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com