From: hpa Date: Fri, 22 Aug 2003 22:31:47 +0000 (+0000) Subject: We didn't need IO::Handle after all X-Git-Tag: syslinux-3.11~527 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48946baf218641fa32e83a8e8ea6493f81d3b1c4;p=platform%2Fupstream%2Fsyslinux.git We didn't need IO::Handle after all --- diff --git a/ppmtolss16 b/ppmtolss16 index 341920a..e73af36 100755 --- a/ppmtolss16 +++ b/ppmtolss16 @@ -43,9 +43,6 @@ ## the color #rrggbb (hex) should be assigned index i (decimal) ## - -use IO::Handle; - eval { use bytes; }; eval { binmode STDIN; }; eval { binmode STDOUT; };