Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 05/26/2001 04:44:41
Module Name: pkgsrc
Committed By: mjl
Date: Sat May 26 01:44:41 UTC 2001
Modified Files:
pkgsrc/devel/p5-IO-stringy: Makefile distinfo
Log Message:
Update to 1.220. Changes:
Added untested SEEK, TELL, and EOF methods to IO::Scalar and
IO::ScalarArray to support corresponding functions for tied
filehandles
Removed not-fully-blank lines from modules; these were causing lots
of POD-related warnings
IO::Scalar objects can now be made sensitive to $/ . Pains were
taken to keep the fast code fast while adding this feature
IO::Scalar has a new sysseek() method
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/p5-IO-stringy/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-IO-stringy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.