MySQL::Admin version 0.66

ABOUT
    MySQL::Admin is a Mysql Adminstration tool like phpMyadmin
    the current version need browser with xhttp and xslt support.
    (don't works with konqueror, IE not testet yet.)
    If you dont how to configure Apache look at
    extra/apache2-example-config.conf
    Include configuration for mod_perl and ssl (not necessary but recomend ).
    In the past the old version was my homepage with
    things like a Weblog, Explorer and Bookmark Manger.
    In the future MySQL::Admin will be a MySQL Adminstration Tool only.
    If you need support for older browser without XSLTProcessor and
    XMLHttpRequest use 0.62
    Testers, Developers and Translators feel free to join this Project
    at http://sourceforge.net/projects/lindnerei/.

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install
   ./Build testdb

DEPENDENCIES

This module requires these other modules and libaries:
Test::More >=0.7,
Module::Build >=0.2808,
HTML::Menu::TreeView >=1.04,
DBI >=1.50,
CGI >=3.29,
MD5 >=2.03,
URI >=1.40

COPYRIGHT AND LICENCE

Copyright (C) 2006-2014 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.

