App-ZofCMS-Plugin-ConfigToTemplate

The module is a plugin for L<App::ZofCMS> that technically expands
functionality of Main Config File's C<template_defaults> special key.

Using this plugin you can dynamically (and more "on demand") stuff keys
from Main Config File to ZofCMS Template hashref without messing around
with other plugins and poking with ->conf method

This documentation assumes you've read L<App::ZofCMS>, L<App::ZofCMS::Config> and L<App::ZofCMS::Template>

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc App::ZofCMS::Plugin::ConfigToTemplate

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ZofCMS-Plugin-ConfigToTemplate

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/App-ZofCMS-Plugin-ConfigToTemplate

    CPAN Ratings
        http://cpanratings.perl.org/d/App-ZofCMS-Plugin-ConfigToTemplate

    Search CPAN
        http://search.cpan.org/dist/App-ZofCMS-Plugin-ConfigToTemplate/


COPYRIGHT AND LICENCE

Copyright (C) 2009 'Zoffix

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

