Skip to content

Commit e1872eb

Browse files
committed
Tidy grammar in the PL_Files update
1 parent c2d472c commit e1872eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/ExtUtils/MakeMaker.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,10 +2527,10 @@ accessed... unless the PL file is making a module (or anything else in
25272527
PM) in which case it is run B<before> pm_to_blib and does not include
25282528
INST_LIB and INST_ARCH in its C<@INC>. This apparently odd behavior
25292529
is there for backwards compatibility (and it's somewhat DWIM). The argument
2530-
passed to the .PL is set up as a target to build in the makefile. In other
2531-
sections such as C<postamble> you can specifiy a dependency on the
2532-
filename/argument that the .PL is supposed (or will have to, now that that is
2533-
is a dependency) to generate. Note the file to be generate will still be
2530+
passed to the .PL is set up as a target to build in the Makefile. In other
2531+
sections such as C<postamble> you can specify a dependency on the
2532+
filename/argument that the .PL is supposed (or will have, now that that is
2533+
is a dependency) to generate. Note the file to be generated will still be
25342534
generated and the .PL will still run even without an explicit dependency created
25352535
by you, since the C<all> target still depends on running all eligible to run.PL
25362536
files.

0 commit comments

Comments
 (0)