diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-18 13:32:33 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-06-21 07:59:00 -0600 |
commit | c23989d1e102aa580c400cf3412161488ac549dd (patch) | |
tree | a049a4af93472a112f8b0acd36ecb2acfa661f0c /pod/perltodo.pod | |
parent | 76c9ab0ee7eb0659d967951d40a8c6d698dc3dc5 (diff) | |
download | perl-c23989d1e102aa580c400cf3412161488ac549dd.tar.gz |
perltodo: Change some C<> into F<>
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index de0e373b46..4c2d740f8c 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -482,7 +482,7 @@ standpoint. See L<Profile Perl - am I hot or not?>. =head2 Improve win32/wince.c Currently, numerous functions look virtually, if not completely, -identical in both C<win32/wince.c> and C<win32/win32.c> files, which can't +identical in both F<win32/wince.c> and F<win32/win32.c> files, which can't be good. =head2 Use secure CRT functions when building with VC8 on Win32 |