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 8172 2013-07-31 16:45:55Z jonasbn $

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

0.06 2013-07-31

- Bug fix release, update only necessary if you are using an older Perl
  demonstrating this particular problem

- Qualifying use of ReadOnly more explicitly in an attempt to address report
  on failing test described in BDKFI-22

  https://logiclab.jira.com/browse/BDKFI-22


0.05 2013-07-29

- Maintenance release, update not necessary

- Fixed up Changes file as part of my Questhub quest adhering to the standard
  described in: CPAN::Changes::Spec [BDKFI-21]

  Quest: http://questhub.io/realm/perl/quest/51f0fd8e18ba7dcf4b000040
  Spec: https://metacpan.org/module/CPAN::Changes::Spec
  
  https://logiclab.jira.com/browse/BDKFI-21
  

0.04 2011-12-03

- Bug fix release, update recommended for users of 32-bit perl

- 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


0.03 2011-11-23

- Bug fix release, update only necessary if you are using an older Perl
  demonstrating this particular problem

- 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
  

0.02 2011-04-30

- Maintenance release, update not necessary

- 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


0.01 2011-04-22

- Initial release