File: ChangeLog

package info (click to toggle)
libstring-scanf-perl 2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 109; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2004-05-07  Jarkko Hietaniemi  <jhi@iki.fi>

	* Release 2.1:

	  Fix a bug reported by Julio GarvĂ­a Honrad: if a scan pattern
	  contained a literal 't', it was matched as a '\t'.  Duh.

2002-09-01  Jarkko Hietaniemi  <jhi@iki.fi>

	* Release 2.0:

	The 2.0 release of String::Scanf introduces an object-oriented
	interface (works only for Perl release 5.005 and up) that should
	speed up repetitive sscanf() operations.

	Note that for the 2.0 release the old compatibility setting interface
	set_compat() has been removed since there is no need to be able to be
	backward compatible with the old release 1 bugs.