Subject: CVS commit: pkgsrc/textproc/p5-Text-Template
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 08/20/2002 17:41:56
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Aug 20 14:41:56 UTC 2002

Modified Files:
	pkgsrc/textproc/p5-Text-Template: Makefile distinfo

Log Message:
Update to 1.43:
The ->new method now fails immediately and sets
$Text::Template::ERROR if the file that is named by a filename
argument does not exist or cannot be opened for some other
reason.  Formerly, the constructor would succeed and the
->fill_in call would fail.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/textproc/p5-Text-Template/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/p5-Text-Template/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.