Genealogy-Gedcom-Date

 view release on metacpan or  search on metacpan

Changelog.ini  view on Meta::CPAN

- Expand slightly the error message discussed under V 2.04 just below, to explicitly say that
values <= 0 are erroneous.
EOT

[V 2.04]
Date=2016-01-04T09:08:00
Comments= <<EOT
- Considerably expand the new ambiguity_metric() error message discussed below under V 2.03.
Note: The message is now so detailed it contains 2 newline chars and hence 3 lines.
- Add an item to the Trouble-shooting part of the docs explaining why you might get this error.
- Use bommer.pl, which ships are part of File::BOM::Utils, to add a UTF-8 BOM to the source
file lib/Genealogy/Gedcom/Date.pm.
EOT

[V 2.03]
Date=2016-01-03T11:56:00
Comments= <<EOT
- Check the input for undef and the empty string. If found, parse() returns [] and sets the
error string to 'Input is the empty string'.
- If, after calling Marpa's parse() method, the call to ambiguity_metric() returns <= 0, then
the error string now includes the line and column Marpa was up to within the input stream.

Changes  view on Meta::CPAN

	- Add method normalize_date($date_hash) for use by compare(). You can override it if necessary.
	- Add scripts/compare.pl.
	- Add t/compare.t.
	- Expand slightly the error message discussed under V 2.04 just below, to explicitly say that
		values <= 0 are erroneous.

2.04  2016-01-04T09:08:00
	- Considerably expand the new ambiguity_metric() error message discussed below under V 2.03.
		Note: The message is now so detailed it contains 2 newline chars and hence 3 lines.
	- Add an item to the Trouble-shooting part of the docs explaining why you might get this error.
	- Use bommer.pl, which ships are part of File::BOM::Utils, to add a UTF-8 BOM to the source
		file lib/Genealogy/Gedcom/Date.pm.

2.03  2016-01-03T11:56:00
	- Check the input for undef and the empty string. If found, parse() returns [] and sets the
		error string to 'Input is the empty string'.
	- If, after calling Marpa's parse() method, the call to ambiguity_metric() returns <= 0, then
		the error string now includes the line and column Marpa was up to within the input stream.

2.02  2015-11-17T20:06:00
	- No (detectable) code changes.



( run in 0.508 second using v1.01-cache-2.11-cpan-e9daa2b36ef )