Name
CatalystX::Usul::InflateSymbols - Return paths to installation directories
Version
Describes v0.16.$Rev: 1 $
Synopsis
package MyApp;
use Catalyst qw(InflateMore ConfigLoader ...);
MyApp->config->{Plugin::InflateMore} = 'CatalystX::Usul::InflateSymbols';
Description
The intention here is to demonstrate how to use Catalyst::Plugin::InflateMore to inflate symbolic references in configuration data
Configuration and Environment
Defines the following attributes
- app_class
-
The classname of the application whose configuration data symbols are being inflated
Subroutines/Methods
inflate
$inflated = $self->inflate( $symbol, $relpath );
Inflates the symbol. If $relpath
is provided returns the untainted canonical path of the concatenated inflated symbol value and the $relpath
Diagnostics
None
Dependencies
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, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2014 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