Subject: CVS commit: pkgsrc/mail/p5-Email-Simple
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 10/26/2006 14:31:48
Module Name: pkgsrc
Committed By: obache
Date: Thu Oct 26 14:31:48 UTC 2006
Modified Files:
pkgsrc/mail/p5-Email-Simple: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/p5-Email-Simple/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/p5-Email-Simple/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.