The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GX - The web framework for Perl

SYNOPSIS

    package MyApp;
    
    use GX;
    
    MyApp->setup(
        engine => 'Apache2',
        mode   => 'development'
    );
    
    MyApp->start;
    
    1;

DESCRIPTION

GX is a modern, highly modular web application framework that is designed from the ground up to be run in persistent environments like FastCGI or mod_perl. It is currently under heavy development and will be released to the public in summer 2011.

This is a pre-alpha release for developers. The usual warnings apply.

SUPPORT

Official Website

http://gxframework.org/

Mailing List

http://groups.google.com/group/gxframework/

DEVELOPMENT

Public Git Repository

A public Git repository is available at http://git.gxframework.org. You can clone it using the following command:

  git clone http://git.gxframework.org

Reporting Bugs

Please report all bugs and issues via the CPAN Request Tracker or directly to bugs@gxframework.org.

AUTHOR

Jörg A. Uzarek <uzarek@runlevelnull.de>

COPYRIGHT AND LICENSE

Copyright (c) 2009-2011 Jörg A. Uzarek.

This module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation.