A flat file CMS for Perl 6
use v6;
use lib 'lib';
use Cantilever;
my $app = Cantilever.new(
dev => True,
port => 3000,
root => "http://localhost:3000",
cacheLife => 0
);
$app.run;Run tests:
PERL6LIB=lib prove -v -r --exec=perl6 t/
| Name | Name | Last commit date | ||
|---|---|---|---|---|