]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/httpd-corner.t: fix braino :x
authorEric Wong <e@80x24.org>
Thu, 20 Jun 2019 00:16:17 +0000 (00:16 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Jun 2019 00:17:55 +0000 (00:17 +0000)
Plack is for Perl, Rack is for Ruby; this a Perl project :x

t/httpd-corner.t

index 7c21994356b3ad8ba4fd8e3995057725f4c2d4f8..56e5a5bcda78744d6fea02e5664743da3b3ff92b 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright (C) 2016-2018 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # 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;