diff --git a/lib/Dojo.pm b/lib/Dojo.pm index 2bb3bd0..64a38d5 100644 --- a/lib/Dojo.pm +++ b/lib/Dojo.pm @@ -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 });