diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 16:54:11 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-21 00:32:31 -0800 |
commit | 53e2b4984825f4be9303a134996decfc9fb895ed (patch) | |
tree | 90ceca23d6bc08a48035ed32d535273ecf7df99d | |
parent | 1715fa648339558035d9920399c9f04263c0a14e (diff) | |
download | perl-53e2b4984825f4be9303a134996decfc9fb895ed.tar.gz |
sv.c: I missed a dot
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8999,7 +8999,7 @@ Perl_sv_true(pTHX_ register SV *const sv) Get a sensible string out of the SV somehow. A private implementation of the C<SvPV_force> macro for compilers which -can't cope with complex macro expressions. Always use the macro instead. +can't cope with complex macro expressions. Always use the macro instead. =for apidoc sv_pvn_force_flags |