Chris c9412b926b Made module loading more generic.
Modules can now load modules not specified in the database, and from paths other that those in blocks - essentially allowing it to become a
generic dynamic class loader, rather than something that'll only load Block subclasses...
2012-03-23 14:31:47 +00:00
2012-03-20 12:56:50 +00:00
2012-03-22 11:46:49 +00:00
2012-03-23 14:31:47 +00:00
2012-03-17 10:12:37 +00:00
2012-03-22 11:46:49 +00:00

Introduction

This is a library of perl modules intended to simplify the process of creating perl-based web applications. It should be noted that this is neither the most comprehensive, advanced, or even efficient framework for developing perl web applications - many other disparate modules exist and can be used together for the same ends. However, the modules provided here emphasise simmplicity of use, flexibility, and clarity, and allow the construction of fairly powerful applications for relatively little effort.

Documentation

Full documentation for this library can be generated using Doxygen v1.8 or later (v1.7 will not handle the Markdown content correctly). In order to process the perl files correctly, you must install the Doxygen Perl Filter, see:

Once you have Doxygen and Doxygen Perl Filter installed, run the 'makedocs.sh' script in the main directory to generate the documentation.

Description
Perl web tools
Readme 533 KiB
Languages
Perl 96.1%
CSS 3.8%