Changes for version v0.8.2 - 2015-09-26

  • Another test-related problem: In one of earlier version I found that string constant like `'Fixme'` in code causes `Test::Fixme` failure. I have rewritten it as expression `'Fix' . 'me'` to avoid test failure. Now I see this does not affect `Test::Fixme` result but hides dependency on `Test::Fixme` from `tools::Prereqs`. Fixed.

Modules