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

#!/usr/bin/env perl
use strict;
use warnings;
use lib 'lib';
use Mojolicious::Commands;
Mojolicious::Commands->start_app("Pear::LocalLoop");