This module is responsible for parsing email content type headers

according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.

WWW: http://search.cpan.org/dist/Email-MIME-ContentType/
This commit is contained in:
Roman Kulik 2005-08-26 21:38:00 +00:00 committed by Thomas Klausner
parent 9f0ba2b1d0
commit 0c1af28e8e
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,5 @@
This module is responsible for parsing email content type headers
according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.
WWW: http://search.cpan.org/dist/Email-MIME-ContentType/

View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/08/26 21:38:00 kuli0020 Exp $
DISTNAME= Email-MIME-ContentType-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Email-MIME-ContentType/
COMMENT= Parse a MIME Content-Type Header
PERL5_PACKLIST= auto/Email/MIME/ContentType/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/26 21:38:00 kuli0020 Exp $

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/08/26 21:38:00 kuli0020 Exp $
SHA1 (Email-MIME-ContentType-1.01.tar.gz) = 6424e2d2211b229d277609aff5cdd1515b47a9cf
RMD160 (Email-MIME-ContentType-1.01.tar.gz) = e7f2aec0bb0d179677bd7b10d21c3466e5fe1523
Size (Email-MIME-ContentType-1.01.tar.gz) = 3211 bytes