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 8316f01 commit cc0608aCopy full SHA for cc0608a
pod/perlfunc.pod
@@ -7363,7 +7363,7 @@ required code itself had thrown an exception.
7363
7364
The C<${^HOOK}{require__before}> hook may return a code reference, in
7365
which case the code reference will be executed (in an eval with the
7366
-filname as a parameter) after the require completes. It will be executed
+filename as a parameter) after the require completes. It will be executed
7367
regardless of how the compilation completed, and even if the require
7368
throws a fatal exception. The function may consult C<%INC> to determine
7369
if the require failed or not. For instance the following code will print
0 commit comments