#!/usr/bin/env perl
use
Mojo::Base -strict;
use
File::Spec;
# Make it work if it is not installed.
$ENV
{MOJO_APP} =
'PNI::GUI'
;
# TODO: $ENV{MOJO_MODE} |= production, document it as PNI ENV
Mojolicious::Commands->start;
#!/usr/bin/env perl
use
Mojo::Base -strict;
use
File::Spec;
# Make it work if it is not installed.
$ENV
{MOJO_APP} =
'PNI::GUI'
;
# TODO: $ENV{MOJO_MODE} |= production, document it as PNI ENV
Mojolicious::Commands->start;