vim:tw=80:ft=text:ai

Business::KontoCheck version 6.13
=================================

This module checks the validity of German Bank Account Numbers. All currently
defined test methods by Deutsche Bundesbank (currently: 00 to E4, May 2019)
are implemented.

The check module for austrian Bank Account nunmbers was removed, because the
austrian INPAR service by PSA Austria will expire in 2018.

The original library is a C library; the Perl port was build using the h2xs
tool.

A longer description and the history file are included as 00liesmich.txt and
0_history.txt (both in german). The C library is available from
http://sourceforge.net/projects/kontocheck


DOCUMENTATION

The C source code contains the description of each check method. A synopsis and
short description of (most) export functions is included in the file
lib/Business/KontoCheck.pm; this is can be read after installation using the
command "perldoc Businesss::KontoCheck".


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

(you need to be root for the last step)


DEPENDENCIES

This module requires a C compiler and the zlib to build the library.


COPYRIGHT AND LICENCE

Copyright (C) 2007-2018 by Michael Plugge

This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself, either Perl version 5.8.8 or, at your option,
any later version of Perl 5 you may have available (Perl and glue part).

The C library is covered by the GNU Lesser General Public License.