CatalystX::Usul::InflateSymbols - Return paths to installation directories


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.

Index


Name

Top

CatalystX::Usul::InflateSymbols - Return paths to installation directories

Version

Top

0.3.$Revision: 612 $

Synopsis

Top

   package MyApp;

   use Catalyst qw(InflateMore ConfigLoader ...);

   MyApp->config->{InflateMore} = 'MyApp::Config';

   package MyApp::Config;

   use base qw(CatalystX::Usul::InflateSymbols);

Description

Top

The intention here is to demonstrate how to use Catalyst::Plugin::InflateMore. It is unlikely that anyone will find this module useful unless your share my view on application layout. Instead write your own class that implements the methods for the configuration file symbols of your choice.

My applications are divided into three parts by the installer. Since the installer supports multiple layouts these methods will return paths to each of those components. These methods are called from Catalyst::Plugin::InflateMore.

Subroutines/Methods

Top

new

The constructor stores a copy of the application object

appldir

Return absolute path to the directory which defines the phase number

binsdir

Return absolute path to the directory containing the programs

libsdir

Return absolute path to the directory containing the modules

Diagnostics

Top

None

Configuration and Environment

Top

None

Dependencies

Top

CatalystX::Usul::Base

Incompatibilities

Top

There are no known incompatibilities in this module

Bugs and Limitations

Top

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Top

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Top


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.