Changes for version 0.012 - 2014-10-27

  • skip tests for MSWin32
  • add CONTRIBUTING and EVEN MORE sections to Limper
  • add LAYOUT and NAMESPACES sections to Limper::Extending
  • add placeholders Limper::Plugin and Limper::Engine for those namespaces
  • add Limper::Passphrase as example of what not to make a plugin
  • add Limper::Differences which compares against Dancer
  • changed 'options' to 'config', since 'options' is an HTTP method
  • handle HTTP methods OPTIONS and PATCH
  • add 'any' to create handlers for all methods
  • allow chaining the method functions (they all return @_ now)
  • changed 'note' to 'info'
  • better headers function, and change $response->{headers} to a HASH
  • request->{header} is now what request->{hheader} was – no more ARRAY form

Documentation

differences between Limper and Dancer
how to make Limper more useful

Modules

extremely lightweight but not very powerful web application framework
placeholder for the Limper::Engine namespace
generate and use passphrases with Limper
placeholder for the Limper::Plugin namespace

Examples