#!/usr/bin/env perl

use strict;
use warnings;
use FindBin;

# PODNAME: plugauth
# ABSTRACT: PlugAuth server
our $VERSION = '0.25'; # VERSION


use Clustericious::Commands;

$ENV{MOJO_APP} ||= 'PlugAuth';

Clustericious::Commands->start;

__END__
=pod

=head1 NAME

plugauth - PlugAuth server

=head1 VERSION

version 0.25

=head1 DESCRIPTION

plugauth is invoked like any other L<Mojolicious> or L<Clustericious>
application.  More detailed documentation can be found in L<PlugAuth>
and L<PlugAuth::Guide::Server>.

=head1 SEE ALSO

L<PlugAuth>,
L<PlugAuth::Guide::Server>

=head1 AUTHOR

Graham Ollis <gollis@sesda3.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by NASA GSFC.

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

