The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.999922 - 2010-02-11

  • Added session support.
  • Added signed cookie support.
  • Added I18N support. (vti, memowe)
  • Added template detection again, you can now just mix multiple template engines and the renderer will automatically pick the right template. So you don't have to use the "handler" argument anymore, even though it's still available and overrides auto detection.
  • Added Flash Policy Server example. (xantus)
  • Added more reference docs.
  • Added .gitignore generator command. (marcus)
  • Added automatic CGI/FastCGI environment detection to Mojo::Commands.
  • Renamed Mojolicious::Book to Mojolicious::Guides.
  • Removed hot deployment support for Windows because of incompatibilities between Active Perl and Strawberry Perl.
  • Made process id and lock file defaults more userfriendly in Mojo::Server::Daemon.
  • Updated for Perl 5.12, not using the bytes pragma anymore.
  • Fixed a bug where WebSocket servers could not directly start sending messages.
  • Fixed connection id handling in Mojo::Client.
  • Fixed multiple epoll bugs.
  • Fixed Mojo::IOLoop connection check.
  • Fixed identification headers.
  • Fixed a bug where exception pages would be rendered multiple times.
  • Fixed reverse proxy support. (vti)
  • Fixed error state in Mojo::Stateful. (vti)
  • Fixed seek bug. (lee7)
  • Fixed a PSGI header bug. (lee7)
  • Fixed typos.

Documentation

Mojolicious Guide To The Galaxy
Frequently Asked Questions

Modules

The Box!
Asset Base Class
File Asset
In-Memory Asset
Minimal Base Class For Mojo Projects
ByteStream
Async IO HTTP 1.1 And WebSocket Client
Command Base Class
CGI Command
Daemon Command
Prefork Daemon Command
FastCGI Command
Generator Command
Application Generator Command
Gitignore Generator Command
Makefile Generator Command
PSGI Generator Command
Get Command
Test Command
Version Command
Commands
HTTP 1.1 Content Base Class
HTTP 1.1 MultiPart Content Container
HTTP 1.1 Content Container
HTTP 1.1 Cookie Base Class
HTTP 1.1 Request Cookie Container
HTTP 1.1 Response Cookie Container
Cookie Jar For HTTP 1.1 User Agents
HTTP 1.1 Date Container
Exceptions With Context
HTTP 1.1 Filter Base Class
HTTP 1.1 Chunked Filter
Headers
Hello World!
Detect And Access The Project Root Directory In Mojo
Minimalistic Event Loop For TCP Clients And Servers
Minimalistic JSON
Loader
Simple Logger For Mojo
HTTP 1.1 Message Base Class
HTTP 1.1 Request Container
HTTP 1.1 Response Container
Parameter Container
Path
HTTP Server Base Class
CGI Server
Async IO HTTP 1.1 And WebSocket Server
Preforking HTTP 1.1 And WebSocket Server
FastCGI Server
PSGI Server
Stateful Base Class
Perlish Templates!
Transaction Base Class
HTTP 1.1 Transaction Container
WebSocket Transaction Container
Uniform Resource Locator
Upload Container
Controller Base Class
Routes Dispatcher
Serve Static Files
MIME Type Based Renderer
Always Find Your Destination With Routes
Routes Visitor
Routes Pattern
Signed Cookie Based Sessions
Controller Base Class
MIME Types
The Web In A Box!
Generator Command
App Generator Command
Lite App Generator Command
Controller Base Class
Micro Web Framework
Plugin Base Class
Agent Condition Plugin
Default Helpers Plugin
EP Renderer Plugin
EPL Renderer Plugin
Header Condition Plugin
Intenationalization Plugin
JSON Configuration Plugin
POD Renderer Plugin
Powered By Plugin
Request Timer Plugin
Testing Mojo!
Server Tests

Provides

in lib/Mojo/JSON.pm
in lib/Mojo/Server/PSGI.pm
in lib/Mojolicious/Plugin/I18n.pm