Finance-Bank-NetBranch
This README describes Finance::Bank::NetBranch version 0.06; documentation following is a brief summary of the module POD, and is possibly stale. Reading the module's POD is recommended.
This module allows you to manage your NetBranch accounts with Perl; currently, that means you can check your balances and transaction history, but in the future it might mean you can transfer money between accounts or do other fancy things.
This module was originally implemented to interface with Valley Communities Credit Union's page at C<https://nbp1.cunetbranch.com/valley/>, but the behavior of the module is theoretically generalized to "NetBranch" type online access. However, I do not have access to another NetBranch account with another bank, and so any feedback on the actual behavior of this module would be greatly appreciated.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Finance::Bank::NetBranch
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/Finance-Bank-NetBranch
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Finance-Bank-NetBranch
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/Finance-Bank-NetBranch
CPAN Ratings:
http://cpanratings.perl.org/d/Finance-Bank-NetBranch
COPYRIGHT AND LICENCE
Copyright (C) 2006 Darren Kulp
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.