Group
Extension

Matches 1

Dancer2-Plugin-DoFile ( P/PE/PERO/Dancer2-Plugin-DoFile-0.14.tar.gz, PERO, 2022; MetaCPAN )
Dancer2-Plugin-DoFile/lib/Dancer2/Plugin/DoFile.pm ( view source; MetaCPAN )
oFile::VERSION = '0.14';
# ABSTRACT: File-based MVC plugin for Dancer2

use Dancer2::Plugin;

use JSON;
use HTTP::Accept;
use Time::HiRes qw(time);

# Not sure if this is necessary at this point, as t
'view';

my %dofiles;
my $acceptext = {
  '' => '',
  'text/html' => '.html',
  'application/json' => '.json'
};

sub BUILD {
    my $self     = shift;
    my $settings = $self->config;

    $settings

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.