File: fastcgi.t

package info (click to toggle)
libmojo-server-fastcgi-perl 0.50-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 423; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/env perl
use Mojo::Base -strict;

use Test::More tests => 1;

# "I've gone back in time to when dinosaurs weren't just confined to zoos."
use_ok 'Mojo::Server::FastCGI';