On Tue, May 28, 2013 at 10:44 PM, Johan Vromans <jvromans@squirrel.nl> wrote: > Tatsuhiko Miyagawa <miyagawa@gmail.com> writes: > >> % cat > app.cgi >> package main; >> >> my $app = sub { >> return [ 200, [ "Content-Type", "text/html" ], [ "Hello" ] ]; >> }; >> Plack::Handler::CGI->new->run($app); >> >> % cat `perldoc -l Plack::Handler::CGI` app.cgi > app_bundled.cgi > > Plack/Handler/CGI.pm ends with __END__ and a pod section, effectively > causing the contents of app.cgi to be ignored. Oops, you're absolutely right. Thanks for pointing that out! > But we can fix that ;) For sure :) I'm glad you even tried to look at that. -- Tatsuhiko MiyagawaThread Previous | Thread Next