This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/foodloopserver.pl

10 lines
144 B
Perl
Raw Normal View History

2017-02-24 19:27:43 +00:00
#!/usr/bin/env perl
2016-09-05 15:52:13 +00:00
2017-02-24 19:27:43 +00:00
use strict;
use warnings;
2016-09-05 15:52:13 +00:00
2017-02-24 19:27:43 +00:00
use lib 'lib';
use Mojolicious::Commands;
2016-09-05 15:52:13 +00:00
2017-02-24 19:27:43 +00:00
Mojolicious::Commands->start_app("Pear::LocalLoop");