mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
9 lines
138 B
Perl
9 lines
138 B
Perl
#!/usr/bin/env perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use lib 'lib';
|
|
use Mojolicious::Commands;
|
|
|
|
Mojolicious::Commands->start_app('Travelynx');
|