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
25272527PM) in which case it is run B<before > pm_to_blib and does not include
25282528INST_LIB and INST_ARCH in its C<@INC > . This apparently odd behavior
25292529is 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
25342534generated and the .PL will still run even without an explicit dependency created
25352535by you, since the C<all > target still depends on running all eligible to run.PL
25362536files.
You can’t perform that action at this time.
0 commit comments