The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.27
    * Date::Parse on OpenBSD apparently doesn't parse 01/01/1970.  
      Removed the str2time call completely as it was overkill.
    * BoI advertising their app on the login page screws up the login.
    * Rudimentary render-as-QIF support
    * Bumped all $VERSIONs to match release

0.26
    Fix MBNA account-in-credit detection (returns negative balance)
    Fix MBNA due-date reparsing when due date is blank
    (lots of changes in 0.25 not mentioned below!)
    Add funds transfer to PTSB module (subsequently broken)
	Rework PTSB to deal with changes to beneficiaries page
	Rework BoI to deal with site makeover

0.25
    Almost complete code coverage in tests for PTSB, including Mock

0.24
    Update MBNA for HTML changes.

0.23
    Remove Test::MockModule requirement as it's not yet used

0.22
    Adding support for Permanent TSB

0.21
    Now we have real tests for the BoI module. Additionally, there's
    an activate_beneficiary function, and some perldocs (incomplete).

0.20
    Previous update broke account detail due to an omitted backslash. (no
    fault of Audun!) Serves me right for not testing properly.

0.19
    Update to BoI fetching of multiple pages in account detail (courtesy of
      Audun)
    Handle empty BoI account detail.

0.18
    MBNA made a text change on the account detail page.
    dumping MBNA debug data won't happen without $ENV{DEBUG}

0.17
    MBNA moved the password onto a separate page.

0.16
    BOI: minor cleanup of stray debug text
    MBNA: update sentinel text to pull account details from summary page

0.15
    Forgot to actually bump the module versions and update this file.

0.14
    Update MBNA for layout changes

0.13
    Use old BoI address, as both Safari and WWW::Mechanize can't cope
    with the new one and I don't know why not.

0.12
    Missed one of the MBNA layout changes. Also, I added some sanity
    checking to the BoI beneficiaries code; it now checks that a
    beneficiary is active before letting you use it.

0.11
    BoI layout changed again, as did some of the MBNA layout.

0.10
    BoI layout changed in mid-October 2007. Code is somewhat more robust in
    that it will now bail out when it can't parse things instead of returning
    undef. One minor regression in functionality: the account transfer used
    understand your own bank account nicknames both as source and
    destination. Due to formatting changes the nickname as destination no
    longer works. You can probably fix this by setting a nickname on the
    account in the third-party beneficiaries list, where BoI seem to inevitably
    list your non-third-party accounts regardless of what ever else you do.

0.09
    Phishing page, take two.

0.08
    Deal with BoI phishing page

0.07
    Update to match new BoI layout (changed June 20th or so)

0.06
    Add transfer_funds function to BoI code
    Update example program to show transfer_funds function

0.05
    Fix example program to match API!
    Remove currency from numeric fields in MBNA.pm
    Handle unicode as well as encoded euro sign in MBNA.pm

0.04
    Fix up Makefile with prereqs
    Parse date in BoI statement and return as unix time

0.03
    Add account details to BoI
    Clean up somewhat for release

0.02
    Converted BankOfIreland.pm to use WWW::Mechanize
    MBNA.pm now handles the occasional Update Your E-Mail Address page

0.01
    Initial version