From 052f26f3ada1042afa5acadbecc48b487f4e2d52 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 27 Feb 2016 21:57:57 +0000 Subject: move executables to script/ directory This seems to match more closely with what is expected of Perl packages based on how blib is used. Hopefully makes the top-level source tree less cluttered and things easier-to-find. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 621baf60..85822031 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use ExtUtils::MakeMaker; -my @EXE_FILES = split("\n", `git ls-files 'public-inbox*' 2>/dev/null`); +my @EXE_FILES = split("\n", `git ls-files 'script/*' 2>/dev/null`); my $PM_FILES = `git ls-files lib '*.pm' 2>/dev/null`; $PM_FILES =~ tr/\n/ /; -- cgit v1.2.3-24-ge0c7