Skip to content

Commit 8d93ad9

Browse files
Grinnzbingos
authored andcommitted
Update SEE ALSO
1 parent 293cbae commit 8d93ad9

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

lib/ExtUtils/MakeMaker.pm

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,11 +3384,16 @@ Same as the PERL_CORE parameter. The parameter overrides this.
33843384
=head1 SEE ALSO
33853385
33863386
L<Module::Build> is a pure-Perl alternative to MakeMaker which does
3387-
not rely on make or any other external utility. It is easier to
3387+
not rely on make or any other external utility. It may be easier to
33883388
extend to suit your needs.
33893389
3390-
L<Module::Install> is a wrapper around MakeMaker which adds features
3391-
not normally available.
3390+
L<Module::Build::Tiny> is a minimal pure-Perl alternative to MakeMaker
3391+
that follows the Build.PL protocol of Module::Build but without its
3392+
complexity and cruft, implementing only the installation of the module
3393+
and leaving authoring to L<mbtiny> or other authoring tools.
3394+
3395+
L<Module::Install> is a (now discouraged) wrapper around MakeMaker which
3396+
adds features not normally available.
33923397
33933398
L<ExtUtils::ModuleMaker> and L<Module::Starter> are both modules to
33943399
help you setup your distribution.
@@ -3397,10 +3402,18 @@ L<CPAN::Meta> and L<CPAN::Meta::Spec> explain CPAN Meta files in detail.
33973402
33983403
L<File::ShareDir::Install> makes it easy to install static, sometimes
33993404
also referred to as 'shared' files. L<File::ShareDir> helps accessing
3400-
the shared files after installation.
3405+
the shared files after installation. L<Test::File::ShareDir> helps when
3406+
writing tests to use the shared files both before and after installation.
3407+
3408+
L<Dist::Zilla> is an authoring tool which allows great customization and
3409+
extensibility of the author experience, relying on the existing install
3410+
tools like ExtUtils::MakeMaker only for installation.
3411+
3412+
L<Dist::Milla> is a Dist::Zilla bundle that greatly simplifies common
3413+
usage.
34013414
3402-
L<Dist::Zilla> makes it easy for the module author to create MakeMaker-based
3403-
distributions with lots of bells and whistles.
3415+
L<Minilla> is a minimal authoring tool that does the same things as
3416+
Dist::Milla without the overhead of Dist::Zilla.
34043417
34053418
=head1 AUTHORS
34063419

0 commit comments

Comments
 (0)