Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: Berndt Josef Wulf <wulf@netbsd.org>
List: pkgsrc-changes
Date: 01/23/2006 12:06:19
Module Name:	pkgsrc
Committed By:	wulf
Date:		Mon Jan 23 12:06:19 UTC 2006

Modified Files:
	pkgsrc/doc: CHANGES

Log Message:
Updated devel/p5-Test-Cmd to 1.05
        - Fix the subdir(), read(), and write() methods to handle
	  the case when the first element in an array-reference file
	  name is an absolute path name.

	- Fix writable() so that it only records errors from chmod()
	  on files, not exit with no_result().

	- Doc changes to make some of the variables in the SYNOPSIS
	  look like Perl variables.

	- Add a Test::Cmd::Common module that sub-classes Test::Cmd to
	  provide common exception-handling, eliminating the need for
	  everyone to roll their own fail()/no_result() logic for common
	  errors.

	- Update Test::Cmd documentation to add explicit examples of
	  using Test::Cmd in conjunction with Test::Harness, Test::Unit,
	  and Aegis.  Mention that Test::Cmd::Common is available.


To generate a diff of this commit:
cvs rdiff -r1.12629 -r1.12630 pkgsrc/doc/CHANGES

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