projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2c61153
)
Improved $| handling
rkinyon [Fri, 17 Feb 2006 17:33:33 +0000 (17:33 +0000)]
lib/DBM/Deep.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBM/Deep.pm
b/lib/DBM/Deep.pm
index
e092cd9
..
65ccb0f
100644
(file)
--- a/
lib/DBM/Deep.pm
+++ b/
lib/DBM/Deep.pm
@@
-260,7
+260,7
@@
sub _open {
if ($self->root->{autoflush}) {
# $self->fh->autoflush();
my $old = select $fh;
- $|++;
+ $|=1;
select $old;
}