summaryrefslogtreecommitdiff
path: root/mro_core.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-07 11:11:41 -0600
committerKarl Williamson <khw@cpan.org>2015-08-01 10:18:16 -0600
commit75af9d73c8bf8178b2a2ced9d70164b65b62ec8c (patch)
tree71ce810661e13f03da26750fbadd320ce8b5e857 /mro_core.c
parent2d7f66116e374c78dcf18cb5b9fea7b79ac82b5b (diff)
downloadperl-75af9d73c8bf8178b2a2ced9d70164b65b62ec8c.tar.gz
perlapi: Use F<> around file names
Diffstat (limited to 'mro_core.c')
-rw-r--r--mro_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mro_core.c b/mro_core.c
index 25d30d9067..d134b8acdc 100644
--- a/mro_core.c
+++ b/mro_core.c
@@ -1295,7 +1295,7 @@ XS code.
2) Assigning a reference to a readonly scalar
constant into a stash entry in order to create
-a constant subroutine (like constant.pm
+a constant subroutine (like F<constant.pm>
does).
This same method is available from pure perl