about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-04-25 11:52:44 +0000
committerEric Wong <e@80x24.org>2016-04-25 12:01:10 +0000
commite631b6bd914d8fb6826f1d8f8352785e53961048 (patch)
tree210d5973c3a9730dd2beaeef710bb3a9b73989ce /Makefile.PL
parentd4aeca9a1707c02612e9c74184354531866b89f7 (diff)
downloadpublic-inbox-e631b6bd914d8fb6826f1d8f8352785e53961048.tar.gz
While we're at it, update some references to ssoma in the
Makefile.PL comment.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 904b6adf..1948848f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,8 +14,8 @@ WriteMakefile(
         ABSTRACT => 'public-inbox server infrastructure',
         EXE_FILES => \@EXE_FILES,
         PREREQ_PM => {
-                # note: we use ssoma(1) and spamc(1), NOT the Perl modules
-                # We also depend on git through ssoma.
+                # note: we use spamc(1), NOT the Perl modules
+                # We also depend on git.
                 # Keep this sorted and synced to the INSTALL document
                 'Date::Parse' => 0,
                 'Email::Address' => 0,