#!/usr/bin/env perl
#
# This file is part of Jedi
#
# This software is copyright (c) 2013 by celogeek <me@celogeek.com>.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#

# PODNAME: jedi
# ABSTRACT: Jedi App Launcher

use strict;
use warnings;
our $VERSION = '1.007';    # VERSION
use Jedi::Launcher;

Jedi::Launcher->new_with_options->run();

__END__

=pod

=head1 NAME

jedi - Jedi App Launcher

=head1 VERSION

version 1.007

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website
https://github.com/celogeek/perl-jedi/issues

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 AUTHOR

celogeek <me@celogeek.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by celogeek <me@celogeek.com>.

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
