- or download this
Can't locate Dancer2/Plugin/Database.pm in @INC (you may need to insta
+ll the Dancer2::Plugin::Database module)
- or download this
#!/usr/bin/env perl
...
use jwsDancer;
jwsDancer->to_app;
- or download this
package jwsDancer;
use Dancer2;
...
template 'index' => { 'title' => 'a web page' };
true;