From 9c36105067182d5acd9af07ea2929293ee6c9372 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 26 Oct 2006 14:31:48 +0000 Subject: Update p5-Email-Simple to 1.995. Changes: 1.995 2006-10-19 - tentative refactoring of headers 1.992 2006-10-05 - fix a number of bugs when setting multiple headers, which would often refuse to set more values than were currently present - added a test for prepending (rather than appending) headers; while E::S does not yet support this, the header behavior will be easier to replace in future versions, and this is a forward-looking test 1.990 2006-09-05 - ->header('foo') returns false if there is no foo header (formerly '') - croak if an undef value is passed to new() 1.980 2006-08-17 - fix _fold() to add a missing line ending [RT #20764] (Brian Cassidy) 1.970 2006-08-17 - bring ->headers method into Email::Simple - ->header_names and ->header_pairs 1.96 2006-07-28 - output headers in predictable order - give tests more meaningful names - improved test coverage 1.95 2006-07-21 - update PEP url - reorganize dist 1.94 2006-07-03 - Fix folding of long headers with \r as line ending (thanks Adam Worrall) - add tests for message with no body --- mail/p5-Email-Simple/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/p5-Email-Simple/Makefile') diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile index e5b85bc32db..134a9f70002 100644 --- a/mail/p5-Email-Simple/Makefile +++ b/mail/p5-Email-Simple/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:01 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/26 14:31:48 obache Exp $ -DISTNAME= Email-Simple-1.92 +DISTNAME= Email-Simple-1.995 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ems -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} -- cgit v1.2.3