summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-10 16:02:16 -0700
committerRuss Allbery <rra@cpan.org>2021-09-10 16:02:16 -0700
commit9b9ee9912ea2ce333c6541bae0ca8a61eef2615b (patch)
tree700816a518122c0b07bb51b2b08162ad04e08e71 /Build.PL
parentc7bfe3986a80404ad3aaa160d821518782a48651 (diff)
Add spin-rss, rename spin-file to spin-thread
Add a spin-rss command to run App::DocKnot::Spin::RSS on a single file outside of recursive processing, and rename spin-file to spin-thread, setting up a convention for handling other types of conversion.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index e7a9c43..86a0cee 100644
--- a/Build.PL
+++ b/Build.PL
@@ -61,6 +61,7 @@ my $build = Module::Build->new(
# Other package relationships.
configure_requires => { 'Module::Build' => 0.4004 },
requires => {
+ 'Date::Parse' => 0,
'File::BaseDir' => 0,
'File::ShareDir' => 0,
'Git::Repository' => 0,