CGI::LZE version 0.25
======================

CGI::LZE ist eine subclass von CGI die dir ein komplettes framework zum erstllen einer
Webapplication bereit stellt.
Die einzelnen teile sind standalone lauffähig. Install Bundle::Personal::LZE um alle Module
zu installieren. Die Dokumentation ist auf englisch , die kommentare im Quelltext sind aber auf
Deutsch. Wenn Du der Deutschen Sprache mächtig ist es also sinnig sich den Quelltext anzuschauen.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

'CGI' => 3.29,
'Test::More' => 0.7,
'Module::Build' => 0.2808,
'Test::Pod' => 1.26,
'Test::Pod::Coverage' => 0.55,
'MD5' => 2.03,


COPYRIGHT AND LICENCE

Copyright (C) 2006-2008 by Hr. Dirk Lindner 

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. 
 
