The Web In A Box!

Edit Package perl-Mojolicious
http://search.cpan.org/dist/Mojolicious

Back in the early days of the web there was this wonderful Perl library
called CGI, many people only learned Perl because of it. It was simple
enough to get started without knowing much about the language and powerful
enough to keep you going, learning by doing was much fun. While most of
the techniques used are outdated now, the idea behind it is not.
Mojolicious is a new attempt at implementing this idea using state of the
art technology.
Features
* An amazing MVC web framework supporting a simplified single file mode
through Mojolicious::Lite.
* Powerful out of the box with RESTful routes, plugins, Perl-ish templates,
session management, signed cookies, testing framework, static file server,
I18N, first class unicode support and much more for you to discover.
* Very clean, portable and Object Oriented pure Perl API without any
hidden magic and no requirements besides Perl 5.8.7.
* Full stack HTTP 1.1 and WebSocket client/server implementation with TLS,
Bonjour, IDNA, Comet (long polling), chunking and multipart support.
* Builtin async IO web server supporting epoll, kqueue, UNIX domain
sockets and hot deployment, perfect for embedding.
* Automatic CGI, FastCGI and PSGI detection.
* JSON and XML/HTML5 parser with CSS3 selector support.
* Fresh code based upon years of experience developing Catalyst.

For more documentation see Mojolicious::Guides and the tutorial in
Mojolicious::Lite!

Refresh
Refresh
Source Files
Filename Size Changed
Mojolicious-5.77.tar.gz 0000636180 621 KB
perl-Mojolicious.changes 0000035125 34.3 KB
perl-Mojolicious.spec 0000001955 1.91 KB
Revision 10 (latest revision is 177)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 284654 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 10)
- updated to 5.77
   - Added content_security_policy method to Mojo::Headers.
   - Fixed canonicalize in Mojo::Path to not remove parts with more than three
     dots.
 
 5.76  2015-02-02
   - Emergency release for a critical security issue that can expose files on
     Windows systems, everybody should update!
   - Increased default max_message_size from 10MB to 16MB in Mojo::Message.
   - Reduced default max_line_size from 10KB to 8KB in Mojo::Headers and
     Mojo::Message.
   - Improved Hypnotoad load balancing by calling srand() after starting a new
     worker in Mojo::Server::Prefork.
   - Improved design of built-in templates.
   - Fixed bug in Mojo::IOLoop where the accept limit was applied too broadly.
   - Fixed bug in Mojo::Server::Prefork where the TTOU signal would not always
     stop a worker.
   - Fixed bug in Mojo::DOM::CSS where combinators needed to be surrounded by
     whitespace.
 
 5.75  2015-01-26
   - Added healthy method to Mojo::Server::Prefork.
   - Improved all built-in web servers to die if group or user assignment
     failed.
   - Improved Hypnotoad to wait for new workers to be ready before stopping the
     old ones during hot deployment.
   - Improved commands and log messages to use less punctuation.
   - Fixed bug in Mojo::IOLoop where the callback passed to next_tick would
     receive the wrong invocant.
   - Fixed race condition and memory leak in Mojo::Server::Prefork.
Comments 0
openSUSE Build Service is sponsored by