NAME
Mojar - Integration toolkit
SYNOPSIS
use Mojar::Util qw(snakecase unsnakecase);
use Mojar::Cache;
use Mojar::Log (pattern => '%R');
use Mojar::Config;
use Mojar::ClassShare;
DESCRIPTION
A bag of tools for integrating to various APIs. Most of the tools are provided in separate distributions to continue the theme of keeping your footprint small.
DISTRIBUTIONS
SUPPORT
IRC
nic
at #mojo
on irc.perl.org
RATIONALE
Mojolicious is an awesome web application framework that includes many great building blocks even for non-web development and integration. The intention of Mojar is to provide pluggable classes that extend that approach while getting you closer to connecting to third-party services.
COPYRIGHT AND LICENCE
Copyright (c) 2008--2012 Sebastian Riedel. All rights reserved.
Copyright (c) 2012--2017 Nic Sandfield. All rights reserved.
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
All of this code is inspired by Mojolicious and the great work of Sebastian Riedel. In particular Config is a direct fork of its Mojolicious counterpart.