Group
Extension

Matches 2

MIME-DB ( T/TD/TDRUGEON/MIME-DB-v1.52.0.tar.gz, TDRUGEON, 2023; MetaCPAN )
MIME-DB/tools/generate.pl ( view source; MetaCPAN )
enerates lib/MIME/DB.pm for a given mime-db version
##
use strict;
use warnings;
use JSON::XS qw(decode_json);

# changelog: https://github.com/jshttp/mime-db/releases

my $cmd = join(" ", $0,
db.json', $tag;
my $url = sprintf 'https://cdn.jsdelivr.net/gh/jshttp/mime-db@%s/db.json', $tag;

print STDERR "getting $url\n";

my $json = `curl -k -f -s $url` || die;

my $db = decode_json($
MIME-DB ( T/TD/TDRUGEON/MIME-DB-v1.52.0.tar.gz, TDRUGEON, 2023; MetaCPAN )
MIME-DB/lib/MIME/DB.pm ( view source; MetaCPAN )
urce url: https://cdn.jsdelivr.net/gh/jshttp/mime-db@v1.52.0/db.json
use constant version => 'v1.52.0';
sub data { {'application/mud+json',{source=>'iana',compressible=>1},'application/vnd.commonspace
>['hpgl']},'application/vnd.motorola.flexsuite',{source=>'iana'},'application/vnd.coreos.ignition+json',{compressible=>1,source=>'iana'},'application/vnd.kodak-descriptor',{source=>'iana',extensions=>
,{source=>'iana'},'application/dssc+der',{extensions=>['dssc'],source=>'iana'},'application/dicom+json',{compressible=>1,source=>'iana'},'application/gxf',{source=>'apache',extensions=>['gxf']},'model

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