Makefile.PL | 2 +- public-inbox-cgi => public-inbox.cgi | 0 t/cgi.t | 2 +- diff --git a/Makefile.PL b/Makefile.PL index e1bd1cf08c665078df3cbe4365f0c7e7f5c48b1b..245bb8875e4b3ea75cf29f89449eb86e3e15f9a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ NAME => 'public-inbox', 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 diff --git a/public-inbox-cgi b/public-inbox.cgi rename from public-inbox-cgi rename to public-inbox.cgi diff --git a/t/cgi.t b/t/cgi.t index afbe604fb3bf22d7cf4961adef8be363620766bc..a66c582520ecf0190194ebd2e55bc7f7505da257 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -8,7 +8,7 @@ use File::Temp qw/tempdir/; use Cwd; use IPC::Run qw/run/; -use constant CGI => "blib/script/public-inbox-cgi"; +use constant CGI => "blib/script/public-inbox.cgi"; my $mda = "blib/script/public-inbox-mda"; my $tmpdir = tempdir(CLEANUP => 1); my $home = "$tmpdir/pi-home";