[Catalyst-commits] r12369 - in trunk/examples/Placky: . script

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Mon Dec 14 21:30:39 GMT 2009


Author: dhoss
Date: 2009-12-14 21:30:39 +0000 (Mon, 14 Dec 2009)
New Revision: 12369

Removed:
   trunk/examples/Placky/script/app.psgi
Modified:
   trunk/examples/Placky/Makefile.PL
   trunk/examples/Placky/README
Log:
Updated Makefile.PL, README and added placky_app.psgi

Modified: trunk/examples/Placky/Makefile.PL
===================================================================
--- trunk/examples/Placky/Makefile.PL	2009-12-14 21:16:01 UTC (rev 12368)
+++ trunk/examples/Placky/Makefile.PL	2009-12-14 21:30:39 UTC (rev 12369)
@@ -14,6 +14,8 @@
 requires 'namespace::autoclean';
 requires 'Config::General'; # This should reflect the config file format you've chosen
                  # See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Plack';
+requires 'Parallel::Prefork';
 test_requires 'Test::More' => '0.88';
 catalyst;
 

Modified: trunk/examples/Placky/README
===================================================================
--- trunk/examples/Placky/README	2009-12-14 21:16:01 UTC (rev 12368)
+++ trunk/examples/Placky/README	2009-12-14 21:30:39 UTC (rev 12369)
@@ -1 +1 @@
-Run script/placky_server.pl to test the application.
+Run plackup --app script/placky_app.psgi --server Standalone::Prefork

Deleted: trunk/examples/Placky/script/app.psgi
===================================================================
--- trunk/examples/Placky/script/app.psgi	2009-12-14 21:16:01 UTC (rev 12368)
+++ trunk/examples/Placky/script/app.psgi	2009-12-14 21:30:39 UTC (rev 12369)
@@ -1,6 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use Placky;
-
-Placky->setup_engine('PSGI');
-my $app = sub { Placky->run(@_) };




More information about the Catalyst-commits mailing list