From 2bb7eb2dec219d05edb53002e10811fa214325b8 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 10 Nov 2017 13:47:01 -0500 Subject: Add tests. * Add simple INSTALL document. * Add Makefile.PL for make support. * Moved sample files to t/fixtures. * Add version to xmpt executable.xmpt * Add tests for sample CLI run. --- Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..7e0076c --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,5 @@ +use ExtUtils::MakeMaker; + +WriteMakefile(NAME => 'xmpt', + VERSION_FROM => 'xmpt', + EXE_FILES => ['xmpt']); -- cgit v1.2.3