Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  cvsserver: Avoid miscounting bytes in Perl v5.8.x
  • Loading branch information
Junio C Hamano committed Dec 7, 2006
2 parents 46732fa + 4f88d3e commit efe2c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-cvsserver.perl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

use strict;
use warnings;
use bytes;

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

0 comments on commit efe2c9e

Please sign in to comment.