Update to p5-Mail-Mbox-MessageParser-1.20.

Changes since 1.14:
- More robust use of GNU grep to find emails on DOS systems
- Fixed an uninitialized value warning in Cache.pm
- Made everything work with DOS-style line endings.  Added endline() function
  to return the detected line ending
- Now keeps reading the first paragraph until a maximum number of bytes have
  been read.
This commit is contained in:
snj 2004-06-23 15:34:07 +00:00
parent a145b1bef6
commit 9c920b0e2b
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 13:53:09 wiz Exp $
# $NetBSD: Makefile,v 1.2 2004/06/23 15:34:07 snj Exp $
DISTNAME= Mail-Mbox-MessageParser-1.14
DISTNAME= Mail-Mbox-MessageParser-1.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/05/07 13:53:09 wiz Exp $
$NetBSD: distinfo,v 1.2 2004/06/23 15:34:07 snj Exp $
SHA1 (Mail-Mbox-MessageParser-1.14.tar.gz) = 28fcb823530408f277c8a3484a71602606392ad4
Size (Mail-Mbox-MessageParser-1.14.tar.gz) = 178962 bytes
SHA1 (Mail-Mbox-MessageParser-1.20.tar.gz) = 0126c9c2f6297c7a636fb713d555bc7cc7c10992
Size (Mail-Mbox-MessageParser-1.20.tar.gz) = 220737 bytes