projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c045eb
)
remove misleading comment (from M.J.T. Guy)
Gurusamy Sarathy [Fri, 5 May 2000 02:16:52 +0000 (
02:16
+0000)]
p4raw-id: //depot/perl@6070
t/lib/anydbm.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/anydbm.t
b/t/lib/anydbm.t
index
e38c7e7
..
a7fca17
100755
(executable)
--- a/
t/lib/anydbm.t
+++ b/
t/lib/anydbm.t
@@
-7,7
+7,6
@@
BEGIN {
unshift @INC, '../lib';
}
require AnyDBM_File;
-#If Fcntl is not available, try 0x202 or 0x102 for O_RDWR|O_CREAT
use Fcntl;
print "1..12\n";