about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-11 01:12:47 +0000
committerEric Wong <mwrap-perl@80x24.org>2023-01-11 04:23:31 +0000
commit86d350a3854af1a5a292972d4f70154e61ce5e80 (patch)
treedc66a0462297f7bda0d7d95628dfe1a1919578cc /Makefile.PL
parent8ce0068f470f3dad3a2920e7fdeedeee235c44eb (diff)
downloadmwrap-86d350a3854af1a5a292972d4f70154e61ce5e80.tar.gz
This is a useful companion to the dump_csv: directive.
It also fixes a bug where HTML escaping was unnecessarily done
to the CSV output by -rproxy.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index dadf80b..41e8f03 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -83,7 +83,8 @@ push @writemakefile_args, (
         CCFLAGS => "$Config{ccflags} $ccflags",
         PREREQ_PM => {},
         ABSTRACT_FROM => 'lib/Devel/Mwrap.pm',
-        EXE_FILES => [qw(script/mwrap-perl script/mwrap-rproxy)],
+        EXE_FILES => [qw(script/mwrap-perl script/mwrap-rproxy
+                script/mwrap-decode-csv)],
         AUTHOR => 'mwrap hackers <mwrap-perl@80x24.org>',
         LIBS => $LIBS, # e.g. -lurcu-cds
         LICENSE => 'gpl_2', # GPL-3.0+, CPAN::Meta::Spec limitation