Finance-Bank-CreditMut

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        print "  Statement\n";

        foreach my $statement ( $account->statements ){
            print $statement->as_string;
        }
     }

DESCRIPTION
    This module provides a rudimentary interface to the CyberMut online
    banking system at <https://www.creditmutuel.fr/>. You will need either
    Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work
    with LWP.

    The interface of this module is directly taken from Briac Pilpré's
    Finance::Bank::BNPParibas.

WARNING
    This is code for online banking, and that means your money, and that
    means BE CAREFUL. You are encouraged, nay, expected, to audit the source
    of this module yourself to reassure yourself that I am not doing
    anything untoward with your banking data. This software is useful to me,

lib/Finance/Bank/CreditMut.pm  view on Meta::CPAN


    foreach my $statement ( $account->statements ){
        print $statement->as_string;
    }
 }

=head1 DESCRIPTION

This module provides a rudimentary interface to the CyberMut online banking
system at L<https://www.creditmutuel.fr/>. You will need either
Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work with
LWP.

The interface of this module is directly taken from Briac Pilpré's
Finance::Bank::BNPParibas.

=head1 WARNING

This is code for B<online banking>, and that means B<your money>, and that
means B<BE CAREFUL>. You are encouraged, nay, expected, to audit the source
of this module yourself to reassure yourself that I am not doing anything



( run in 0.254 second using v1.01-cache-2.11-cpan-05444aca049 )