travelynx/index.pl

13 lines
234 B
Perl
Raw Normal View History

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