summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-06 23:40:41 -0700
committerRuss Allbery <rra@cpan.org>2021-09-06 23:44:16 -0700
commit86ce267739086ca64eacc3a86a50d75d061502e7 (patch)
tree7e75364c4993b86963fc3b83f2d13964d6ffc23b /Build.PL
parentf5975f7cf8901664b2feaf5d347f0e9c70d22226 (diff)
Fix spin with external converters
The refactorings broke external converters. Fix that, hopefully, and add a test for pod2html. Refactor the division of labor between the conversion methods and the common method so that it works without reinvoking spin via $FULLPATH. Drop the $FULLPATH global variable. Update perltidy configuration and apply the reformattings to avoid some really horrible formatting decisions in some of the new test code. Add a dependency on Pod::Thread, which is currently only used for the external script but will eventually be used for its API.
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 7286117..037c53f 100644
--- a/Build.PL
+++ b/Build.PL
@@ -73,6 +73,7 @@ my $build = Module::Build->new(
'Kwalify' => 0,
'List::SomeUtils' => 0,
'Perl6::Slurp' => 0,
+ 'Pod::Thread' => '2.00',
'Pod::Usage' => 0,
'Template' => 0,
'Text::Balanced' => 0,