about summary refs log tree commit homepage
path: root/lib/Devel/Mwrap/PSGI.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-12-15 20:52:52 +0000
committerEric Wong <mwrap-perl@80x24.org>2022-12-16 09:27:47 +0000
commitcf2e3db35163031206e94e9e76b23acc2136d1a1 (patch)
treeb6adb38933e045741891ad620b94c3251a64d199 /lib/Devel/Mwrap/PSGI.pm
parent58b34da4511bbf12735dd852191c84ba4d00d10f (diff)
downloadmwrap-cf2e3db35163031206e94e9e76b23acc2136d1a1.tar.gz
No need to prefix our project name into every individual source
file, especially since it's an auxilliary component.
Diffstat (limited to 'lib/Devel/Mwrap/PSGI.pm')
-rw-r--r--lib/Devel/Mwrap/PSGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Devel/Mwrap/PSGI.pm b/lib/Devel/Mwrap/PSGI.pm
index 3e8795e..f2be733 100644
--- a/lib/Devel/Mwrap/PSGI.pm
+++ b/lib/Devel/Mwrap/PSGI.pm
@@ -1,7 +1,7 @@
 # Copyright (C) all contributors <mwrap@80x24.org>
 # License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
 #
-# Note: this is deprecated, use mwrap_httpd.h instead
+# Note: this is deprecated, use httpd.h instead
 package Devel::Mwrap::PSGI;
 use v5.12; # strict
 use warnings;