From: short <> Date: Sat, 5 Jun 2004 20:36:17 +0000 (+0000) Subject: +'use bytes' for the proper binary files encoding. X-Git-Tag: udpgate-1_0~6 X-Git-Url: https://git.jankratochvil.net/?a=commitdiff_plain;h=6151a9e34d9efbc14fa8ce6c0b814f2d55ca826f;p=udpgate.git +'use bytes' for the proper binary files encoding. - Not sure if it has any effect. --- diff --git a/src/bundle.pl b/src/bundle.pl index ba30a48..860179b 100755 --- a/src/bundle.pl +++ b/src/bundle.pl @@ -24,6 +24,7 @@ use strict; use warnings; use File::Basename; +use bytes; print <<"EOH";