]> Dogcows Code - chaz/p5-Plack-App-Proxy-WebSocket/blob - t/00-basic.t
use super build_headers_from_env; bump version
[chaz/p5-Plack-App-Proxy-WebSocket] / t / 00-basic.t
1 #!perl
2
3 use warnings FATAL => 'all';
4 use strict;
5
6 use Test::More tests => 1;
7
8 BEGIN {
9 use_ok 'Plack::App::Proxy::WebSocket';
10 }
11
This page took 0.032237 seconds and 4 git commands to generate.