Revision history for Perl extension Finance::Bank::easybank.
0.03 Thu Aug 14 23:04:24 CEST 2003
- the login page itself is now used as entry point and
not the easybank frontpage, resulting in a noticeable
(depending on your connection) performance gain.
- removed calls to deprecated WWW::Mechanize methods
follow and form.
- bugfix: get_entries processed all accounts defined
in the account-list, and not the ones defined in the
entries-list.
- fixed a few typos in the man page.
- replaced map with hash slice in example scripts.
- Agent now identifies itself as 'Mac Safari' :)
0.02 Sat Feb 22 22:34:24 CET 2003
- check_balance returns now a list of the accounts checked
ONLY if called in list context, otherwise it returns an
hashref, with the account numbers as keys.
- added new method get_entries.
- updated examples/balance.pl.
- added examples/balance-gpg.pl.
- the module croaks now, if the login failes.
- splited POD and code into separate files.
- added in code documentation.
- fixed a few typos in the man page.
0.01 Mon Jan 27 23:21:34 2003
- original version; created by h2xs 1.2 with options
-X -n Finance::Bank::easybank