First import after mojo generate app

This commit is contained in:
Luc Didry
2014-02-09 17:27:32 +01:00
commit d144db9310
7 changed files with 73 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env perl
use strict;
use warnings;
use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
# Start command line interface for application
require Mojolicious::Commands;
Mojolicious::Commands->start_app('Lutim');