Finance-Bank-Bundesschatz

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

	module_name        => 'Finance::Bank::Bundesschatz',
	license            => 'perl',
	create_makefile_pl => 'traditional',
	requires           => {
		'perl'                => '5.6.1',
		'WWW::Mechanize'      => 0.57,
		'HTML::TokeParser'    => 2.24,
		'Class::MethodMaker'  => 1.06,
	},
	recommends         => {
		'IO::Socket::SSL'     => 0.92,
	}
)->create_build_script;

META.yml  view on Meta::CPAN

name: Finance-Bank-Bundesschatz
version: 1.01
license: perl
distribution_type: module
requires:
  Class::MethodMaker: 1.06
  HTML::TokeParser: 2.24
  WWW::Mechanize: 0.57
  perl: 5.6.1
recommends:
  IO::Socket::SSL: 0.92
build_requires: {}
conflicts: {}
provides:
  Finance::Bank::Bundesschatz:
    file: lib/Finance/Bank/Bundesschatz.pm
    version: 1.01
generated_by: Module::Build version 0.20

README  view on Meta::CPAN



DEPENDENCIES

This module requires these other modules and libraries:

   - WWW::Mechainze (at least 0.57)
   - HTML::TokeParser (at least 2.24)
   - Class::MethodMaker (at least 1.06)

Additonally, you need either Crypt::SSLeay or IO::Socket::SSL to enable
HTTPS support of LWP.


RECENT CHANGES

1.01  Sun Oct 12 13:57:31 CEST 2003
        - Fixed documentation concerning the format of the
          external configuration file.
        - Put the correct licence into the documention.

lib/Finance/Bank/Bundesschatz.pod  view on Meta::CPAN

  		      [ qw/ Gesamt amount_after_tax / ],
  	));
  	print "\n";
  }

=head1 DESCRIPTION

This module provides a basic interface to the online banking system of
Bundeschatz.at at C<http://www.bundesschatz.at>.

Please note, that you will need either C<Crypt::SSLeay> or C<IO::Socket::SSL>
installed for working HTTPS support of C<LWP>.

=head1 METHODS

=over

=item check_balance

Queries the accounts and extracts various informations about the account
status and returns it as a hashref:



( run in 0.887 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )