From: Eric Wong Date: Thu, 20 Jun 2019 00:16:17 +0000 (+0000) Subject: t/httpd-corner.t: fix braino :x X-Git-Tag: v1.2.0~161 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ce776800cdb29801bce7cf81d441fe9699a90afc;p=public-inbox.git t/httpd-corner.t: fix braino :x Plack is for Perl, Rack is for Ruby; this a Perl project :x --- diff --git a/t/httpd-corner.t b/t/httpd-corner.t index 7c219943..56e5a5bc 100644 --- a/t/httpd-corner.t +++ b/t/httpd-corner.t @@ -1,7 +1,7 @@ -# Copyright (C) 2016-2018 all contributors +# Copyright (C) 2016-2019 all contributors # License: AGPL-3.0+ # note: our HTTP server should be standalone and capable of running -# generic Rack apps. +# generic PSGI/Plack apps. use strict; use warnings; use Test::More;