The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes file for Business-DK-FI

$Id: Changes 7820 2011-12-03 13:54:48Z jonasbn $

Project change log:
http://logiclab.jia.com/browse/BDKFI#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel

Release 0.04, 2011.12.03

- Bug fix release re-addressing previous attempts at fixing bug (see 0.03). The issue seemed to be one of 
  architecture and where I have only developed on 64-bit enabled platforms using 64-bit enabled perl I could
  not replicate the issue, which was related to Perl's sprintf on 32-bit perl. I now use string indications (s)
  instead of signed integer (d) and it seems to work.
  http://logicLAB.jira.com/browse/BDKFI-20


Release 0.03, 2011.11.23

- Attempt at addressing failing tests, reported by CPAN testers. I have not been
  able to replicate the errors locally, but I have implemented a new strategy for
  addressing the same problem [BDK-17]
  http://logicLAB.jira.com/browse/BDKFI-17
  

Release 0.02, 2011.04.30

- Addressed some issues with Perl::Critic tests, introducing dependency on Try::Tiny

- Addressed issue with t/critic.t test being run even without Test::Perl::Critic being 
  installed, updated to contemporary boilerplate [BDKFI-16]
  http://logicLAB.jira.com/browse/BDKFI-16


Release 0.01, 2011.04.22

- Initial release