Skip to content

Commit ecb8c4d

Browse files
committed
Removed outdated documentation sniplet
We require more dependencies than 5.6 provides, and have been for a long time. Also, perl hasn't supported Mac OS in years.
1 parent 559ef07 commit ecb8c4d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/Module/Build.pm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ C<ExtUtils::MakeMaker>. Developers may alter the behavior of the
9595
module through subclassing in a much more straightforward way than
9696
with C<MakeMaker>. It also does not require a C<make> on your system
9797
- most of the C<Module::Build> code is pure-perl and written in a very
98-
cross-platform way. In fact, you don't even need a shell, so even
99-
platforms like MacOS (traditional) can use it fairly easily. Its only
100-
prerequisites are modules that are included with perl 5.6.0, and it
101-
works fine on perl 5.005 if you can install a few additional modules.
98+
cross-platform way.
10299
103100
See L<"MOTIVATIONS"> for more comparisons between C<ExtUtils::MakeMaker>
104101
and C<Module::Build>.

0 commit comments

Comments
 (0)