travelynx/index.pl

13 lines
234 B
Perl
Raw Normal View History

2018-09-02 19:41:33 +00:00
#!/usr/bin/env perl
2023-07-03 15:59:25 +00:00
# Copyright (C) 2020-2023 Birte Kristina Friesel
2020-11-27 21:12:56 +00:00
#
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');