NAME
Daje::Plugin::Apploader - Loads stuff from a config file during starup of the Daje server
SYNOPSIS
load_ables => {
namespaces => {
plugins => [
{
name => ''
}
],
routes => [
{
name => ''
}
]
},
plugin => [
{
name => '',
options => [
{
name => '',
option => ''
}
]
}
],
helper => [
{
name => '',
class => '',
options => ''
}
],
routes => [
{
route => '',
target => '',
method => ''
}
]
}
use Daje::Plugin::Apploader;
sub register ($self, $app)
DESCRIPTION
Daje::Plugin::Apploader is a simple apploader for the Daje server. It automatically installs missing / updates to newer versions of modules from cpan if told to.
REQUIRES
METHODS
register
register();
AUTHOR
janeskil1525 <janeskil1525@gmail.com>
LICENSE
Copyright (C) janeskil1525.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.