This commit is contained in:
mynah
2019-03-04 03:30:22 +01:00
parent 2ce1749b9c
commit e407e6d4cd

View File

@@ -8,7 +8,7 @@ use Dojo::Model::Users;
sub startup {
my $self = shift;
my $config = $self->plugin('Config'); #Config hash dojo.conf
$self->plugin('PODRenderer') if $config->{perldoc}; #doc
# $self->plugin('PODRenderer') if $config->{perldoc}; #doc
$self->secrets(['Mojojojo jojo']); #cookies
$self->helper(dbv => sub { state $dbv = Dojo::Model::Vuelo->new });