From 99f5d5a04c67379b66b1a1cea4f048d3003d5581 Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Fri, 25 Nov 2005 14:17:51 +0000 Subject: [PATCH] Dave test committing as aaron git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@434 48953598-375a-da11-a14b-00016c27c3ee --- Makefile.PL | 4 +++- lib/Maypole/HTTPD.pm | 1 - wishlist.txt | 7 ++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 55cf8b0..ec2a92a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,9 @@ WriteMakefile( Template => 0, Template::Plugin::Class => 0, Test::MockModule => 0, - Digest::MD5 => 0, + Digest::MD5 => 0, + HTTP::Server::Simple => 0.02, + HTTP::Server::Simple::Static => 0.01, }, # e.g., Module::Name => 1.1 ( $] >= 5.005 diff --git a/lib/Maypole/HTTPD.pm b/lib/Maypole/HTTPD.pm index bda6a76..cfeab3b 100644 --- a/lib/Maypole/HTTPD.pm +++ b/lib/Maypole/HTTPD.pm @@ -4,7 +4,6 @@ use warnings; use base 'HTTP::Server::Simple::CGI'; use HTTP::Server::Simple::Static; -#use Maypole::HTTPD::Frontend; use Maypole::Constants; use UNIVERSAL::require; diff --git a/wishlist.txt b/wishlist.txt index 821e74c..385eb99 100644 --- a/wishlist.txt +++ b/wishlist.txt @@ -41,15 +41,16 @@ Easier file uploads - look at incorporating Mp::P::Upload Add email handling - like Rails - via model plugins. -An e-commerce model plugin would be nice - or proof of concept. +An e-commerce model plugin would be nice - or proof of concept - maybe look +at Handel. Add validation layer(s), or just an API -killer apps: SVN model; mitiki; Pet Shop; +killer apps: SVN model; mitiki; Pet Shop; adventure builder Multiple views - HTML, text-only, PDF, SOAP, XML - use request data to switch to an alternate view_object - switch via a factory method. Maybe rename the model to PModel (Presentation Model)? - +Pseudo-continuations... -- 2.39.2