Revision history for Map::Tube::Plugin::FuzzyFind

0.05_01 2015-03-10
  - (Internal development version only, not for public use)
    Try to glean why some smoke testers complain about Text::Soundex
    missing when running t/04-re.t which doesn't use that module

0.05 2015-03-10
  - fixed MANIFEST.SKIP and tests to cope with ExtUtils::MakeMaker 7.05+
    (thanks to Slaven's tireless research)

0.04  2015-02-25
  - added pod coverage test.
  - reworked Makefile.PL (based on hints from Slaven)

0.03  2015-02-23
  - rewrote tests to cope with missing optional modules. (Thanks Slaven!)
  - added ngram fuzzy matching.

0.02  2015-02-18
  - tidied code as per perltidy and perlcritic.
  - fixed file permissions in tar ball. (Thanks Slaven!)
  - added Soundex and Metaphone fizzy matching.

0.01  2015-02-14
  - first public release.