#!/usr/bin/perl

use strict;
use warnings;
use Clustericious::Commands;

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


$ENV{MOJO_APP} ||= 'PlugAuth';
Clustericious::Commands->start;

__END__

=pod

=encoding UTF-8

=head1 NAME

plugauth - PlugAuth server

=head1 VERSION

version 0.38

=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
