Group
Extension

Matches 1

Plack-App-DataSection ( S/SO/SONGMU/Plack-App-DataSection-0.05.tar.gz, SONGMU, 2013; MetaCPAN )
Plack-App-DataSection/lib/Plack/App/DataSection.pm ( view source; MetaCPAN )
type);
}

sub is_binary {
    my $mime_type = shift;

    $mime_type !~ /\b(?:text|xml|javascript|json)\b/;
}

sub last_modified {
    my $self = shift;

    $self->{last_modified} ||= do {
        my

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