Name Catalyst::Plugin::InflateMore - Inflates symbols in application config Version 0.1.$Revision: 41 $ Synopsis use Catalyst qw(InflateMore ConfigLoader ...); Description If symbols like *__MYSYMBOL__*, *__BINSDIR__*, or *__binsdir()__* are present in the application config they will be inflated to the appropriate directory paths if the coresponding lower case method name is defined in the inflation class Configuration and Environment The *Plugin::InflateMore* attribute in the application config hash contains the name of the class whoose methods will do the actual inflating Symbols should always use the forward slash as a path separator regardless of OS type, i.e. *__appldir(var/logs)__* Subroutines/Methods setup Create an instance of the class that will do the inflating finalize_config Override Catalyst::Plugin::ConfigLoader method. Inflates any symbols matching the patters *__SYMBOL__* and *__symbol( value )__* _inflate Call the appropriate method to get the base path and append any arguments. Returns a Path::Class object representing the arguments passed Diagnostics None Dependencies Catalyst::Utils Class::C3 Class::Data::Accessor Data::Visitor::Callback Path::Class Incompatibilities There are no known incompatibilities in this module Bugs and Limitations There are no known bugs in this module. Please report problems to the address below. Patches are welcome Author Peter Flanigan, "" License and Copyright Copyright (c) 2008 Peter Flanigan. All rights reserved This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE