summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-12-26 20:53:32 -0800
committerRuss Allbery <rra@cpan.org>2021-12-26 20:53:32 -0800
commit3a81ce26dbeae0ccf77a521866fbd5c3386ef3e9 (patch)
tree62384fbc74ff6e08c16e4891a43c56adfee4dde0 /Build.PL
parentaa0789403a9135227ff7b8b0d2b3e3873dd87a3a (diff)
Require Pod::Thread 3.01
Require the latest version and use that to simplify how the title is passed from the pointer to Pod::Thread.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 1304468..19dd784 100644
--- a/Build.PL
+++ b/Build.PL
@@ -76,7 +76,7 @@ my $build = Module::Build->new(
'List::SomeUtils' => '0.07',
'Path::Tiny' => 0,
'Perl6::Slurp' => 0,
- 'Pod::Thread' => '3.00',
+ 'Pod::Thread' => '3.01',
'Template' => 0,
'YAML::XS' => '0.81',
perl => '5.024',