Skip to content

Commit 992d8d8

Browse files
committed
File::stat: add equivalent GH IDs to RT ticket references
1 parent e2ffe00 commit 992d8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/File/stat-7896.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use File::stat;
99
# should be revisited
1010
is($INC{'Symbol.pm'}, undef, "Symbol isn't loaded yet");
1111

12-
# ID 20011110.104 (RT #7896)
12+
# ID 20011110.104 (RT #7896 / GH #4572)
1313
$! = 0;
1414
is($!, '', '$! is empty');
1515
is(File::stat::stat('/notafile'), undef, 'invalid file should fail');

lib/File/stat.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ SKIP: {
179179
}
180180

181181
SKIP:
182-
{ # RT #111638
182+
{ # RT #111638 / GH #11992
183183
skip "We can't check for FIFOs", 2 unless defined &Fcntl::S_ISFIFO;
184184
skip "No pipes", 2 unless defined $Config{d_pipe};
185185
pipe my ($rh, $wh)

0 commit comments

Comments
 (0)