NAME

Sledge::Plugin::CreateConfig - auto generate the create_config method

SYNOPSIS

package Proj::Pages;
use Sledge::Plugin::CreateConfig;

# you don't need to write the create_config method.

DESCRIPTION

auto generate the create_config method from convention.

If your Pages class is Proj::Pages, create_config method returns instance of Proj::Config.

BUGS AND LIMITATIONS

No bugs have been reported.

AUTHOR

Tokuhiro Matsuno <tokuhiro __at__ mobilefactory.jp>

LICENCE AND COPYRIGHT

Copyright (c) 2006, Tokuhiro Matsuno <tokuhiro __at__ mobilefactory.jp>. All rights reserved.

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