• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Parse/H20-Aug-2018-22582

t/H20-Aug-2018-115102

ChangesH A D20-Aug-2018700 3022

LICENSEH A D20-Aug-201817.9 KiB380292

MANIFESTH A D20-Aug-2018276 1211

META.jsonH A D20-Aug-20181.4 KiB6059

META.ymlH A D20-Aug-2018770 3231

Makefile.PLH A D19-Aug-20182.6 KiB8671

READMEH A D20-Aug-2018888 3121

boilerplate.plH A D19-Aug-20181.3 KiB4230

README

1Parse::MIME
2
3This module provides basic functions for handling mime-types. It can
4handle matching mime-types against a list of media-ranges. See section
514.1 of the HTTP specification [RFC 2616] for a complete explanation:
6<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1>
7
8INSTALLATION
9
10This is a Perl module distribution. It should be installed with whichever
11tool you use to manage your installation of Perl, e.g. any of
12
13  cpanm .
14  cpan  .
15  cpanp -i .
16
17Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
18Should you wish to install this module manually, the procedure is
19
20  perl Makefile.PL
21  make
22  make test
23  make install
24
25COPYRIGHT AND LICENSE
26
27This software is copyright (c) 2018 by Aristotle Pagaltzis.
28
29This is free software; you can redistribute it and/or modify it under the
30same terms as the Perl 5 programming language system itself.
31