Subject: CVS commit: pkgsrc/textproc/p5-String-Approx
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 09/05/2006 19:49:33
Module Name:	pkgsrc
Committed By:	tv
Date:		Tue Sep  5 19:49:33 UTC 2006

Modified Files:
	pkgsrc/textproc/p5-String-Approx: Makefile distinfo

Log Message:
Update to 3.26; fixes PR pkg/34414.  Changes:

2006-04-09  Jarkko Hietaniemi  <jhi@Chicxulub.local>

	* Try to underline, highlight, and explain the fact that
	  String::Approx does not do a good job for comparing
	  strings "with fuzz", use the Levenshtein et al for that.

	* aindex() might return "too early" indices if either the pattern
	  or the text contain repetitive characters, this seems to be a
	  tricky defect to fix and somewhat conflicting with our model
	  (return "as early as possible" matches, just like regular
	  expressions) (to get "as late as possible" matches one would
	  basically have to keep retrying at later indices until one
	  fails), so for now only document this known problem.
	  The same goes for aslice().

	* [INTERNAL] use Test::More (not 100% yet)

	* [INTERNAL] apse.c: do not reset text_position_range in apse_reset
	  (thanks to Helmut Jarausch)

	* [INTERNAL] apse.c: add #include <assert.h>.

	* [INTERNAL] apse.c: small signed/unsigned cleanups.

	* Released as 3.26.

2005-05-24  Jarkko Hietaniemi  <jhi@iki.fi>

	* Pure documentation cleanup release to address
	  http://rt.cpan.org/NoAuth/Bug.html?id=12196
	  "Small String::Approx Pod issue"

	* Released as 3.25.

2005-01-02  Jarkko Hietaniemi  <jhi@iki.fi>

	* Pure documentation cleanup release to address
	  http://rt.cpan.org/NoAuth/Bug.html?id=6668
	  "Unfortunate perldoc rendering of String::Approx"

	* Released as 3.24.


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

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