From 6151a9e34d9efbc14fa8ce6c0b814f2d55ca826f Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 5 Jun 2004 20:36:17 +0000 Subject: [PATCH 1/1] +'use bytes' for the proper binary files encoding. - Not sure if it has any effect. --- src/bundle.pl | 1 + 1 file changed, 1 insertion(+) 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"; -- 1.8.3.1