Skip to content

Commit 97a3682

Browse files
committed
Teach podcheck about strftime() and localeconv() man pages
1 parent a955329 commit 97a3682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

t/porting/known_pod_issues.dat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is the data file for porting/podcheck.t.
1+
# This file is the data file for t/porting/podcheck.t.
22
# There are three types of lines.
33
# Comment lines are white-space only or begin with a '#', like this one. Any
44
# changes you make to the comment lines will be lost when the file is
@@ -159,6 +159,7 @@ Lingua::ZH::Romanize::Pinyin
159159
List::Gather
160160
listen(2)
161161
local::lib
162+
localeconv(3)
162163
lockf(3)
163164
Log::Message
164165
Log::Message::Config
@@ -276,6 +277,7 @@ SOM
276277
splain
277278
sprintf(3)
278279
stat(2)
280+
strftime(3)
279281
strictures
280282
String::Base
281283
String::Scanf

0 commit comments

Comments
 (0)