Hi,

I would like to announce the availability of Perl module
Finance::Bank::HDFC version 0.03 on the CPAN.

>From the docs:

NAME
    Finance::Bank::HDFC - Interface to the HDFC netbanking service

SYNOPSIS
      use Finance::Bank::HDFC;

      my $bank = Finance::Bank::HDFC->new;
      $bank->login(
        cust_id   => xxx,
        password  => xxx,
      );
      print $bank->get_balance . "\n";
      $bank->logout;

DESCRIPTION
    This module provides an interface to the HDFC netbanking
service at
    https://netbanking.hdfcbank.com/netbanking/


Changes
--------
* Added tests for login, get_balance and logout methods
* Using Test::MockModule to mock LWP::UserAgent's request method
* Minor code cleanup


You can read more about it and download it here:
http://search.cpan.org/~rohan/Finance-Bank-HDFC-0.03/lib/Finance/Bank/HDFC.pm

-
Rohan
http://rohan.almeida.in


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to