travelynx/index.pl
2020-11-27 22:12:56 +01:00

12 lines
207 B
Perl

#!/usr/bin/env perl
# Copyright (C) 2020 Daniel Friesel
#
# SPDX-License-Identifier: MIT
use strict;
use warnings;
use lib 'lib';
use Mojolicious::Commands;
Mojolicious::Commands->start_app('Travelynx');