summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-01-05 12:30:52 -0800
committerRuss Allbery <rra@cpan.org>2020-01-05 12:30:52 -0800
commitdc25eec96f5864a674729d3fb02322548fa2a70b (patch)
treecd20f8bb65821893ff41409653855e7544c34a26 /Build.PL
parentfae11d8e7d0d82cb7e801a8a747e82e27a98550e (diff)
Generate xz-compressed tarballs
If the native distribution generation commands create only a gzip-compressed tarball, generate an xz-compressed tarball from the gzip-compressed tarball during docknot dist.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 2b0fe21..45e29e6 100644
--- a/Build.PL
+++ b/Build.PL
@@ -2,7 +2,7 @@
#
# Build script for the docknot application.
#
-# Copyright 2013, 2016, 2018-2019 Russ Allbery <rra@cpan.org>
+# Copyright 2013, 2016, 2018-2020 Russ Allbery <rra@cpan.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@@ -68,6 +68,7 @@ my $build = Module::Build->new(
'IPC::Run' => 0,
'IPC::System::Simple' => 0,
'JSON' => 0,
+ 'List::MoreUtils' => 0,
'Perl6::Slurp' => 0,
'Template' => 0,
perl => '5.024',