]> git.decadent.org.uk Git - maypole.git/commit
+ Use HTTP::Headers for input/output headers. Add appropriate unit tests.
authorSimon Cozens <simon@simon-cozens.org>
Wed, 8 Dec 2004 23:29:01 +0000 (23:29 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Wed, 8 Dec 2004 23:29:01 +0000 (23:29 +0000)
commitf9a6b47b3b916585d710eac141003fb8261d9c3c
treede5c95ee1e0de2b0716f3e4200b0c8afcaa552e9
parent1fb6cf1887bddb2a3a003d6e148a0c016ea780b0
+ Use HTTP::Headers for input/output headers. Add appropriate unit tests.
+ Make it easier to override classmetadata via template_args
+ Maypole::Application now creates a per-instance config() making it easier to run multiple Maypole apps in a persitant environment like mod_perl
+ Add missing items from Changes
+ Add beerdb.db to MANIFEST.SKIP

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@308 48953598-375a-da11-a14b-00016c27c3ee
14 files changed:
Changes
MANIFEST
MANIFEST.SKIP
Makefile.PL
lib/Apache/MVC.pm
lib/CGI/Maypole.pm
lib/Maypole.pm
lib/Maypole/Application.pm
lib/Maypole/CLI.pm
lib/Maypole/Headers.pm [new file with mode: 0644]
lib/Maypole/View/Base.pm
t/cgi_maypole.t
t/headers.t [new file with mode: 0755]
t/maypole.t