Merge branch 'maint'

* maint:
  cvsserver: Avoid miscounting bytes in Perl v5.8.x
This commit is contained in:
Junio C Hamano 2006-12-06 21:53:32 -08:00
commit efe2c9e002

View File

@ -17,6 +17,7 @@
use strict;
use warnings;
use bytes;
use Fcntl;
use File::Temp qw/tempdir tempfile/;