Changes file for Business-OnlinePayment-CashCow

$Id: Changes,v 1.17 2007/03/15 19:47:20 jonasbn Exp $

Release 0.07 - released Thu Mar 15 2007, update not necessary

- Fixed a few obvious Perl::Critic violations and set severity in Perl::Critic
  test to 5, gentle

- Added Perl::Critic test t/critic.t

- Added t/perlcriticrc (severity 1, brutal)

- Added kwalitee test, t/kwalitee.t

- Added POD test, t/pod.t

- Added POD coverage test, t/pod-coverage.t

- Updated MANIFEST


RELEASE 0.06 (released Wed Sep  6 2006)

- Fixed problem with handling of CashCow response, it's format for some reason
  seem to have changed, this highlights one of the more serious problems of 
  the interaction with CashCow and that is should be the other way around,
  we should always decline unless we get an ok from CashCow.
    
  I will raise the issue with CashCow.


RELEASE 0.05 (released Mon Sep  4 2006)

- Added some better exception handling of the response from the CashCow gateway

- Removed t/pod.t, obsoleted by Module::Build

- Removed t/pod-coverage.t, obsoleted by Module::Build


RELEASE 0.04 (released Fri Dec 9 2005)

- Added Module::Build generation of Makefile.PL in Build.PL

- Deleted old Makefile.PL

- Possible fix to broken test:
	http://www.nntp.perl.org/group/perl.cpan.testers/261408
	
  I have not been able to recreate the scenario where the tests breaks, but I 
  pilfered a bit in the logic so we can handle one more exception


RELEASE 0.03 (released Wed Oct 17 2005)

- Added version number to prerequisite of Business::OnlinePayment after dealing 
  with weird problems (segmentation fault) - the host with the problew
  was running Business::OnlinePayment 0.00???

  This have just been a bad version-number parsing, there was a valid version 
  of Business::OnlinePayment on the platform in question.
  

RELEASE 0.02 (released Wed Oct 12 2005)

Wed Oct 12 (jonasbn)

- Test coverage 98.6% (as close as we get)

- Cleaned out use of Carp

- Small changes to return values (I hate when modules just die/croak)

- Removed: map_fields method

- Added more unit-tests (_process_response.t)

Tue Oct 11 (jonasbn)

- Apparently XML::Simple just dies upon exception, so an eval has been added
  to handle these exceptions - triggered by some weird responses from the 
  CashCow gateway


RELEASE 0.01 (released Tue Aug  9 2005)

Tue Aug  9 2005 (jonasbn)

- Added MANIFEST

- Updated POD, README and TODO

- Cleaned the code some more

- All unit-tests pass and the Net::SSLeay warning seems to have gone away
  moved some caveat bullets to the TODO list instead

- Cleared out unecessary referer handling

Sat Aug  6 2005 (jonasbn)

- Fixed submit test, so we skip if no shopid is provided

- Added shopid flag to Build.PL

Wed Aug  3 2005 (jonasbn)

- We have a release candidate
