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 5ea2bff commit bda5718Copy full SHA for bda5718
lib/Module/Build.pm
@@ -1013,8 +1013,7 @@ customization of the entire build. Customizing C<Module::Build> involves
1013
subclassing C<Module::Build> itself, adding or overriding pure-perl methods
1014
that represent build actions, which are invoked as arguments passed to the
1015
generated C<./Build> script. This is a simpler concept but requires redefining
1016
-the standard build actions to invoke your customizations, and makes it more
1017
-difficult to combine different customizations for the same action.
+the standard build actions to invoke your customizations.
1018
L<Module::Build::Tiny> does not allow for customization.
1019
1020
=item *
0 commit comments