Subject: CVS commit: pkgsrc/devel/p5-Test-Inline
To: None <pkgsrc-changes@NetBSD.org>
From: Ulrich Habel <rhaen@netbsd.org>
List: pkgsrc-changes
Date: 12/11/2007 12:21:00
Module Name:	pkgsrc
Committed By:	rhaen
Date:		Tue Dec 11 12:21:00 UTC 2007

Modified Files:
	pkgsrc/devel/p5-Test-Inline: Makefile distinfo

Log Message:
- updated package to 2.207
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
2.207 Fri 17 Aug 2007
	- The filenames method not correctly returns 0 when there are no file names.

2.206 Fri 17 Aug 2007
	- Updating Params::Util dep to 0.21 to avoid a problem on ActivePerl
	- Updating List::Util to 1.19 to avoid leaks on some platforms
	- No longer include Test::ClassAPI
	- Skip the false-negative failing readonly tests when testing as root
	- Changed some non-working code in a heredoc that should never be
	  run that was none-the-less breaking the RedHat package generator
	  because it naively scans for dependencies.

2.205 Thu 12 Jul 2007
	- ACTUALLY adding a missing dependency on Test::Script

2.204 Thu 12 Jul 2007
	- Adding a missing dependency on Test::Script
	- Correcting the script/inline2test version

2.203 Wed 11 Jul 2007
	- When overwriting readonly files, delete them properly first.
	  Don't naively assume we can write to them (obviously, duh) :(
	- It turns out that File::chmod is smart enough to correctly
	  make files readonly even on Win32. Removed all the code that
	  skipped on Win32. All platforms now equal again! Yay!

2.202 Tue 10 Jul 2007
	- Adding support for writing test scripts with read-only permissions
	- Upgraded to Module::Install 0.65
	- Moving bin/inline2test to the more correct script/inline2test
	  (this has no effect on where it will actually be installed)
	- Fixing another couple of kwalitee nigglies
	  (automatically via release tool improvements since last release)


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/p5-Test-Inline/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/p5-Test-Inline/distinfo

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