travelynx/index.pl

13 lines
207 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
#
# SPDX-License-Identifier: MIT
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');