# NAME
Ark - light weight Catalyst-ish web application framework
# SYNOPSIS
use Ark;
# DESCRIPTION
Ark is light weight Catalyst-ish web application framework.
<a href="http://travis-ci.org/ark-framework/ark"><img src="https://secure.travis-ci.org/ark-framework/ark.png?branch=master" alt="Build Status"></a>
<a href="https://coveralls.io/r/ark-framework/ark"><img src="https://coveralls.io/repos/ark-framework/ark/badge.png?branch=master" alt="Coverage Status"></a>
# LICENSE
Copyright (C) Daisuke Murase.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# AUTHOR
Daisuke Murase <typester@cpan.org>