diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-12-28 17:28:09 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-12-29 06:03:29 -0800 |
commit | 154e47c821a043f6b3b7346ca0c21e3282802f49 (patch) | |
tree | 86af52786dfdf0dc5fa32946f892da505497a7a8 /mro.c | |
parent | 72d33970ea94fe3382327160378d9bc042cb1d73 (diff) | |
download | perl-154e47c821a043f6b3b7346ca0c21e3282802f49.tar.gz |
Consistent spaces after dots in perlintern.pod
Diffstat (limited to 'mro.c')
-rw-r--r-- | mro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -719,7 +719,7 @@ S_mro_clean_isarev(pTHX_ HV * const isa, const char * const name, Call this function to signal to a stash that it has been assigned to another spot in the stash hierarchy. C<stash> is the stash that has been -assigned. C<oldstash> is the stash it replaces, if any. C<gv> is the glob +assigned. C<oldstash> is the stash it replaces, if any. C<gv> is the glob that is actually being assigned to. This can also be called with a null first argument to |