diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-25 17:54:22 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-25 17:54:22 +0000 |
commit | 9bf20db492de868e30079a41cc2bddad7ba5ecb4 (patch) | |
tree | 7262cee6029539d8aa726594cd3609e1d5cf6be8 | |
parent | 866851bc4864fb2e6da6ce9cfb76f15e369b1614 (diff) | |
download | Apache-Inject-9bf20db492de868e30079a41cc2bddad7ba5ecb4.tar.gz |
Remove auto-generated files from MANIFEST
-rw-r--r-- | MANIFEST | 2 | ||||
-rwxr-xr-x | t/SMOKE | 21 |
2 files changed, 0 insertions, 23 deletions
@@ -9,6 +9,4 @@ t/conf/extra.conf.in t/conf/extra.last.conf.in t/htdocs/foot.html t/htdocs/head.html -t/SMOKE -t/TEST t/TEST.PL diff --git a/t/SMOKE b/t/SMOKE deleted file mode 100755 index 503ed1b..0000000 --- a/t/SMOKE +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/local/bin/perl -# WARNING: this file is generated, do not edit -# generated on Sun Apr 25 14:34:49 2021 -# 01: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestConfig.pm:1003 -# 02: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestConfig.pm:1095 -# 03: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestSmoke.pm:775 -# 04: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestMM.pm:143 -# 05: Makefile.PL:12 - -BEGIN { eval { require blib && blib->import; } } - -use strict; -use warnings FATAL => 'all'; - -use lib qw( - /root/prj/Apache-Inject -); - - -use Apache::TestSmoke; -Apache::TestSmoke->new(@ARGV)->run;
\ No newline at end of file |