Skip to content

Commit cc0608a

Browse files
pjcjkhwilliamson
authored andcommitted
Fix typo in perlfunc
1 parent 8316f01 commit cc0608a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlfunc.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7363,7 +7363,7 @@ required code itself had thrown an exception.
73637363

73647364
The C<${^HOOK}{require__before}> hook may return a code reference, in
73657365
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
7366+
filename as a parameter) after the require completes. It will be executed
73677367
regardless of how the compilation completed, and even if the require
73687368
throws a fatal exception. The function may consult C<%INC> to determine
73697369
if the require failed or not. For instance the following code will print

0 commit comments

Comments
 (0)