summaryrefslogblamecommitdiffstats
path: root/x11/xscreensaver-gnome/files/patch-hacks_webcollage
blob: 9cb8dbc0546f5ec75e347ecba0c7f5af6d51fca1 (plain) (tree)






















                                                                       
--- hacks/webcollage.orig   Sun Apr 20 02:07:13 2003
+++ hacks/webcollage    Sun Apr 20 02:07:52 2003
@@ -31,6 +31,9 @@
 #
 # Driftnet is the Unix implementation of the MacOS "EtherPEG" program.
 
+BEGIN {
+    eval "use bytes";
+}
 
 require 5;
 use strict;
@@ -46,10 +49,6 @@
 require POSIX;
 use Fcntl ':flock'; # import LOCK_* constants
 use POSIX qw(strftime);
-
-use bytes;  # Larry can take Unicode and shove it up his ass sideways.
-            # Perl 5.8.0 causes us to start getting incomprehensible
-            # errors about UTF-8 all over the place without this.
 
 
 my $progname = $0; $progname =~ s@.*/@@g;