]> git.decadent.org.uk Git - maypole.git/commitdiff
Dave test committing as aaron
authorAaron Trevena <aaron.trevena@gmail.com>
Fri, 25 Nov 2005 14:17:51 +0000 (14:17 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Fri, 25 Nov 2005 14:17:51 +0000 (14:17 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@434 48953598-375a-da11-a14b-00016c27c3ee

Makefile.PL
lib/Maypole/HTTPD.pm
wishlist.txt

index 55cf8b01dc5d9c1b8f07a553fa429771d34e2bfc..ec2a92a77e0e708813f222a7ae74578438301f27 100644 (file)
@@ -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
index bda6a76743c1e8d6d52be18cdff64efa29ce857b..cfeab3b5544d81aa6e6818b12d709b2f8bc4299b 100644 (file)
@@ -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;
 
index 821e74c415ddbd046fe235c638da752d04aed083..385eb99fcc88328d4cba835de55a59b26a126d85 100644 (file)
@@ -41,15 +41,16 @@ Easier file uploads - look at incorporating Mp::P::Upload
 \r
 Add email handling - like Rails - via model plugins. \r
 \r
-An e-commerce model plugin would be nice - or proof of concept.  \r
+An e-commerce model plugin would be nice - or proof of concept - maybe look \r
+at Handel.  \r
 \r
 Add validation layer(s), or just an API\r
 \r
-killer apps: SVN model; mitiki; Pet Shop; \r
+killer apps: SVN model; mitiki; Pet Shop; adventure builder \r
 \r
 Multiple views - HTML, text-only, PDF, SOAP, XML  - use request data to switch\r
 to an alternate view_object - switch via a factory method.\r
 \r
 Maybe rename the model to PModel (Presentation Model)?\r
 \r
-\r
+Pseudo-continuations...\r