summaryrefslogtreecommitdiff
path: root/index.pl
blob: 730b6404d4b47767a6ac89c55119ca6ffcbcd5b2 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

use strict;
use warnings;

use lib 'lib';
use Mojolicious::Commands;

Mojolicious::Commands->start_app('Travelynx');