#!/usr/bin/env perl
#PODNAME: ringleader
#ABSTRACT: proxy and manage sporadically-used web applications


use App::Ringleader;

App::Ringleader->new_with_options->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

ringleader - proxy and manage sporadically-used web applications

=head1 VERSION

version 0.1.0

=head1 SYNOPSIS

    $ ringleader ringleader.yml

=head1 DESCRIPTION

See L<App::Ringleader> for more information, and a description of the
configuration file.

=head1 AUTHOR

Yanick Champoux <yanick@babyl.dyndns.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
