The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.13    2017-01-25 (PERLANCAR)

	- No functional changes.

        - [build] Rebuild with updated Dist::Zilla::Plugin::Bencher::Scenario
          (0.16) to add benchmarked modules as prereq with phase=x_benchmarks,
          type=x_benchmarks.


0.12    2017-01-13 (PERLANCAR)

	- Add participant: Text::Fuzzy.


0.11    2016-10-14 (PERLANCAR)

	- Add participant: Text::Levenshtein::Flexible.

	- Rename dist from Bencher-Scenario{,s}-LevenshteinModules.


0.10    2016-01-20 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild to tweak sample results & show datasets.


0.09    2016-01-14 (PERLANCAR)

	- Split Damerau-Levenshtein modules to a separate scenario because they
          are different algorithms and produce different result [#111171].


0.08    2016-01-13 (PERLANCAR)

	- Fix expected result for dataset=reve [RT#111029].


0.07    2016-01-11 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild with new version of Bencher (0.28) for a nicer results
          table.


0.06    2016-01-11 (PERLANCAR)

	- Set on_result_failure to warn by default, because the results are
	  different for some modules due to algorithm difference.

	- Also tag PERLANCAR::Text::Levenshtein as no_unicode_support.


0.05    2016-01-10 (PERLANCAR)

	- Exclude Text::LevenshteinXS from Unicode tests [RT#111029].


0.04    2016-01-10 (PERLANCAR)

	- Add some Unicode datasets [RT#111029].

	- [Bugfix] [dzil] Plugin ordering.


0.03    2016-01-05 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild with updated Pod::Weaver::Plugin::Bencher::Scenario
          (0.02) which shows sample benchmark results in POD.


0.02    2015-10-18 (PERLANCAR)

	- Add modules: Text::Levenshtein::Damerau{::PP,::XS}.


0.01    2015-10-08 (PERLANCAR)

        - First release.