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.74.tar.gz 0000659874 644 KB
perl-Mojolicious.changes 0000033575 32.8 KB
perl-Mojolicious.spec 0000001955 1.91 KB
Revision 9 (latest revision is 177)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 283053 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
- updated to 5.74
   - Improved parser errors to be more consistent with connection errors in
     Mojo::Message::Request and Mojo::Message::Response.
   - Fixed "0" value bug in Mojo::Parameters.
   - Fixed bug where placeholder default values would not always have
     precedence.
   - Fixed proxy detection in get command.
 
 5.73  2015-01-24
   - Deprecated Mojolicious::Routes::Route::bridge in favor of
     Mojolicious::Routes::Route::under.
   - Deprecated Mojolicious::Controller::render_exception in favor of
     reply->exception helper.
   - Deprecated Mojolicious::Controller::render_not_found in favor of
     reply->not_found helper.
   - Removed deprecated object-oriented Mojo::JSON API.
   - Removed deprecated stringification support from Mojo::Collection.
   - Removed deprecated support for data arguments from Mojo::JSON::Pointer.
   - Removed deprecated AUTOLOAD and pluck methods from Mojo::Collection.
   - Removed deprecated AUTOLOAD and val methods from Mojo::DOM.
   - Moved tutorial from Mojolicious::Lite to Mojolicious::Guides::Tutorial.
   - Added term_escape method to Mojo::ByteStream.
   - Added term_escape function to Mojo::Util.
   - Improved get command to use the user agent of the application.
   - Improved diagnostics information for MOJO_DAEMON_DEBUG,
     MOJO_USERAGENT_DEBUG and MOJO_WEBSOCKET_DEBUG environment variables.
   - Fixed tag helpers to generate correct HTML5. (batman, sri)
   - Fixed JSON Pointer escaping bug.
   - Fixed portability bug in monkey_patch tests.
Comments 0
openSUSE Build Service is sponsored by