Merge branch 'maint'

* maint:
  cvsserver: Avoid miscounting bytes in Perl v5.8.x
maint
Junio C Hamano 2006-12-06 21:53:32 -08:00
commit efe2c9e002
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@

use strict;
use warnings;
use bytes;

use Fcntl;
use File::Temp qw/tempdir tempfile/;