We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b960411 commit 4cbb547Copy full SHA for 4cbb547
Build.PL
@@ -64,7 +64,6 @@ my $build = ModuleBuildBuilder->new(
64
'Perl::OSType' => ( $^O eq 'bitrig' ? 1.004 : 1 ), # needs 1.0 API
65
'version' => 0.87, # No longer requires M::B
66
'Module::Metadata' => 1.000002, # uses version.pm
67
- 'Pod::Man' => 2.17, # utf8 support
68
($^O eq 'MSWin32' ? ('ExtUtils::PL2Bat' => 0) : ())
69
},
70
test_requires => {
Changes
@@ -1,5 +1,9 @@
1
Revision history for Perl extension Module::Build.
2
3
+0.4232 -
4
+
5
+ - Drop Pod::Man dependency for 5.8 compatibility
6
7
0.4231 - Wed Jan 29 08:47:56 CET 2020
8
9
- Released 0.42_30 without code changes
0 commit comments