stat.t: Add bug number
authorFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 08:40:05 +0000 (00:40 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 08:52:06 +0000 (00:52 -0800)
t/op/stat.t

index d2ce8d1..e6bdc40 100644 (file)
@@ -503,6 +503,7 @@ SKIP: {
     ok(unlink($f), 'unlink tmp file');
 }
 
+# [perl #4253]
 {
     ok(open(F, ">", $tmpfile), 'can create temp file');
     close F;