From 6e4654d5c509a2772f9fa8dcd0c46e05ca5feaea Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 12 Apr 2014 00:09:30 +0000 Subject: cgi: rename to have .cgi suffix This makes it easier to configure for systems which determine a script is a CGI script based on suffix. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index e1bd1cf0..245bb887 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( VERSION => '0.0.0', AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure', - EXE_FILES => [qw/public-inbox-mda public-inbox-cgi + EXE_FILES => [qw/public-inbox-mda public-inbox.cgi public-inbox-learn/], PREREQ_PM => { # note: we use ssoma(1) and spamc(1), NOT the Perl modules -- cgit v1.2.3-24-ge0c7