File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2527,10 +2527,10 @@ accessed... unless the PL file is making a module (or anything else in
2527
2527
PM) in which case it is run B<before > pm_to_blib and does not include
2528
2528
INST_LIB and INST_ARCH in its C<@INC > . This apparently odd behavior
2529
2529
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
2534
2534
generated and the .PL will still run even without an explicit dependency created
2535
2535
by you, since the C<all > target still depends on running all eligible to run.PL
2536
2536
files.
You can’t perform that action at this time.
0 commit comments