Makefile
parent
74a40d8e7f
commit
1a619c6aa6
@ -0,0 +1,12 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
VERSION => '0.01',
|
||||
PREREQ_PM => {
|
||||
'Mojolicious' => '9.27'
|
||||
},
|
||||
test => {TESTS => 't/*.t'}
|
||||
);
|
@ -1,12 +0,0 @@
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
use Mojolicious::Lite -signatures;
|
||||
|
||||
app->start;
|
||||
__DATA__
|
||||
|
||||
@@ magic.html.ep
|
||||
<html>
|
||||
<body>
|
||||
|
||||
|
Loading…
Reference in New Issue