#!/usr/bin/env perl
# PODNAME: Jup
# ABSTRACT: jup, the way perl likes it.


use Jup;
Jup->run;

__END__

=pod

=head1 NAME

Jup - jup, the way perl likes it.

=head1 SYNOPSIS

	> jup [opts] [args]

=head1 AUTHOR

Adam Stokes <adamjs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Adam Stokes.

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
