travelynx/index.pl

13 lines
221 B
Perl
Raw Normal View History

2018-09-02 19:41:33 +00:00
#!/usr/bin/env perl
2020-11-27 21:12:56 +00:00
# Copyright (C) 2020 Daniel Friesel
#
2021-01-29 17:32:13 +00:00
# SPDX-License-Identifier: AGPL-3.0-or-later
2018-09-02 19:41:33 +00:00
use strict;
use warnings;
2018-09-02 19:41:33 +00:00
use lib 'lib';
use Mojolicious::Commands;
2018-09-02 19:41:33 +00:00
Mojolicious::Commands->start_app('Travelynx');