fix silly typo
[catagits/Web-Simple.git] / lib / Web / Simple.pm
2014-05-20 Arthur Axel 'fREW... fix silly typo
2013-04-12 Karen Etheridge minor doc updates
2013-01-11 Matt Phillips minor doc update
2013-01-11 Karen Etheridge some doc cleanup
2012-08-03 Matt S Trout bump version
2012-07-30 Matt S Trout bump version
2012-07-30 Matt S Trout remove an extra mention of uploads being experimental
2012-07-16 Robert Sedlacek documented named argument access via %_
2012-07-16 Robert Sedlacek added myself (phaylon) to contributors
2012-07-16 Matt S Trout de-experimental uploads
2012-07-15 Matt S Trout bump version
2012-07-05 Chris Nehren Release commit for 0.017 v0.017
2012-05-11 Matt S Trout revert to 1;
2012-05-11 Matt S Trout bump version
2012-05-10 Matt S Trout bump version
2012-04-27 Matt S Trout version bump for release
2012-04-27 Matt S Trout brief docs for path matches
2012-04-03 Matt S Trout bump version for release
2012-01-30 Matt S Trout bump version
2012-01-30 John Napiorkowski doc patch for '/foo...'
2012-01-30 Mateu X Hunter Correct syntax in synopsis
2012-01-30 Andrew Rodland Contributorize me!
2012-01-30 Mateu X Hunter correct POD on ** match
2012-01-30 Justin Hunter bump copyright
2011-12-23 Matt S Trout bump version
2011-12-08 Danijel Tasov document [ sub {} ]
2011-10-06 Matt S Trout bump version
2011-10-06 Matt S Trout document and changelog run_test_request
2011-10-05 Christian Walde trimmed some trailing spaces
2011-10-05 Christian Walde simplified synopsis and created deployment pod
2011-10-05 Christian Walde updated contributor list
2011-10-05 Matt S Trout POD fix from gregoa of the debian team
2011-10-03 Matt S Trout bump version
2011-10-03 Matt S Trout remove the bit of doc saying we don't do uploads
2011-10-03 Matt S Trout experimental upload support
2011-09-23 Matt S Trout add *.* and **.* dispatch patterns
2011-03-28 Justin Hunter fix doc typo
2011-02-25 Matt S Trout add Antiquated Perl slides as POD, delete takahashi...
2011-02-16 Matt S Trout re-bump
2011-02-16 Matt S Trout bump version
2011-02-15 Matt S Trout bump version
2011-01-11 Matt S Trout 0.005 release commit v0.005
2010-12-08 Matt S Trout change non-matching example since the old version would...
2010-12-06 John Napiorkowski documentation corrections and updates
2010-12-02 John Napiorkowski filled out more docs
2010-12-02 John Napiorkowski minor tweaks
2010-11-29 John Napiorkowski moved around history stuff so that readers get to the...
2010-11-29 John Napiorkowski corrected filter example
2010-11-27 Matt S Trout fix config handling, finish porting bloggery, safer...
2010-11-25 Matt S Trout update docs
2010-11-25 John Napiorkowski typo correction
2010-11-24 Matt S Trout document disappearance of magic $self global
2010-11-24 Matt S Trout as_psgi_app becomes to_psgi_app, factor dispatcher...
2010-11-20 Matt S Trout switch to Moo
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-10-24 Matt S Trout Support 'use Web::Simple;' to default to current package
2010-07-08 Arthur Axel 'fREW... release 0.004, hide Plack bits from PAUSE v0.004
2010-07-08 Arthur Axel 'fREW... fix my silly example fails
2010-06-28 Kjetil Kjernsmo ENV -> PSGI_ENV in docs; Bump version
2010-06-28 Matt S Trout rename ENV to PSGI_ENV (*ENV is forced into main::)
2010-06-10 nperez Document ENV feature
2010-05-11 Matt S Trout experimentally expose psgi $env as $_[ENV] with-ENV
2009-12-01 Matt S Trout changes line for 0.002 and bump version in Web/Simple.pm
2009-11-27 Arthur Axel 'fREW... examples, and rearrangement
2009-11-26 Arthur Axel 'fREW... fix some really basic doc
2009-11-26 Arthur Axel 'fREW... synopsis
2009-11-24 Matt S Trout POD cleanup, extended warning and changes section
2009-11-24 Matt S Trout implement ?:foo syntax and make ?foo positional
2009-11-23 Matt S Trout switch dispatch [] to dispatch {}
2009-11-23 Matt S Trout change filter_response to response_filter in the places...
2009-11-22 Matt S Trout first cut of query/body parsing, no body support, no...
2009-11-22 Matt S Trout explain dispatch subroutine more
2009-11-22 Matt S Trout subdispatch
2009-11-22 Matt S Trout /foo/*/... syntax
2009-11-22 Matt S Trout document new dispatcher features
2009-11-21 Matt S Trout more renaming and cleanup
2009-11-21 Matt S Trout add %INC entry setting to Web::Simple import() method
2009-11-12 Matt S Trout more dispatch strategy documentation
2009-11-11 Matt S Trout start of dispatch strategy docs
2009-11-11 Matt S Trout switched to Web::Simple::Dispatcher
2009-11-04 Matt S Trout first chunk o' docs
2009-10-22 Matt S Trout redispatch_to
2009-10-22 Matt S Trout first cut of Web-Simple