Skip to content

Commit bda5718

Browse files
GrinnzLeont
authored andcommitted
remove mention of difficulty of combining customizations
1 parent 5ea2bff commit bda5718

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Module/Build.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,7 @@ customization of the entire build. Customizing C<Module::Build> involves
10131013
subclassing C<Module::Build> itself, adding or overriding pure-perl methods
10141014
that represent build actions, which are invoked as arguments passed to the
10151015
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.
1016+
the standard build actions to invoke your customizations.
10181017
L<Module::Build::Tiny> does not allow for customization.
10191018
10201019
=item *

0 commit comments

Comments
 (0)