moving
This commit is contained in:
2
lib/Dojo.pm
Normal file → Executable file
2
lib/Dojo.pm
Normal file → Executable 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 });
|
||||
|
||||
Reference in New Issue
Block a user