diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-31 18:44:23 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-31 19:11:39 -0800 |
commit | 25d585df4f8dbcfad6d8acde79a63fa49efcf25d (patch) | |
tree | 08986ed238cf3f2dcc69741df6ab3fc82e3c92aa /mro.c | |
parent | 5743f2a37eb9fda061f42b2df6b4c8119b14eaf1 (diff) | |
download | perl-25d585df4f8dbcfad6d8acde79a63fa49efcf25d.tar.gz |
mro.c: Use F<> for file names
Diffstat (limited to 'mro.c')
-rw-r--r-- | mro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1280,7 +1280,7 @@ of the given stash, so that they might notice the changes in this one. Ideally, all instances of C<PL_sub_generation++> in -perl source outside of C<mro.c> should be +perl source outside of F<mro.c> should be replaced by calls to this. Perl automatically handles most of the common |