app.psgi 130 B

12345678
  1. #!/usr/bin/env perl
  2. use Path::Tiny qw(path);
  3. use lib path(__FILE__)->parent->child('lib');
  4. use KelpBench;
  5. KelpBench->new->run;