+'use bytes' for the proper binary files encoding.
authorshort <>
Sat, 5 Jun 2004 20:36:17 +0000 (20:36 +0000)
committershort <>
Sat, 5 Jun 2004 20:36:17 +0000 (20:36 +0000)
 - Not sure if it has any effect.

src/bundle.pl

index ba30a48..860179b 100755 (executable)
@@ -24,6 +24,7 @@ use strict;
 use warnings;
 
 use File::Basename;
+use bytes;
 
 
 print <<"EOH";