From: John Napiorkowski Date: Mon, 29 Nov 2010 19:36:18 +0000 (-0500) Subject: moved around history stuff so that readers get to the coder info faster X-Git-Tag: v0.005~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=fb771406dbbd891bcaa0de991e16b0c90c559e90 moved around history stuff so that readers get to the coder info faster --- diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 134e4a0..0740138 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -77,13 +77,7 @@ you'll get the "Hello world!" string output to your browser. For more complex examples and non-CGI deployment, see below. To get help with Web::Simple, please connect to the irc.perl.org IRC network and join #web-simple. -=head1 WHY? - -Web::Simple was originally written to form part of my Antiquated Perl talk for -Italian Perl Workshop 2009, but in writing the bloggery example I realised -that having a bare minimum system for writing web applications that doesn't -drive me insane was rather nice and decided to spend my attempt at nanowrimo -for 2009 improving and documenting it to the point where others could use it. +=head1 DESCRIPTION The philosophy of Web::Simple is to keep to an absolute bare minimum, for everything. It is not designed to be used for large scale applications; @@ -94,17 +88,13 @@ However, if you have an application that only does a couple of things, and want to not have to think about complexities of deployment, then Web::Simple might be just the thing for you. -The Antiquated Perl talk can be found at L. - -=head1 DESCRIPTION - The only public interface the Web::Simple module itself provides is an -import based one - +import based one: use Web::Simple 'NameOfApplication'; This imports 'strict' and 'warnings FATAL => "all"' into your code as well, -so you can skip the usual +so you can skip the usual: use strict; use warnings; @@ -594,6 +584,16 @@ should work fine. =back +=head1 DEVELOPMENT HISTORY + +Web::Simple was originally written to form part of my Antiquated Perl talk for +Italian Perl Workshop 2009, but in writing the bloggery example I realised +that having a bare minimum system for writing web applications that doesn't +drive me insane was rather nice and decided to spend my attempt at nanowrimo +for 2009 improving and documenting it to the point where others could use it. + +The Antiquated Perl talk can be found at L. + =head1 COMMUNITY AND SUPPORT =head2 IRC channel