From ca75e9a32c36cc1bd90126d09c260d8ffe934306 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 16 Feb 2003 10:24:45 +0000 Subject: after begin comes end --- Echolot/Tools.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Echolot/Tools.pm b/Echolot/Tools.pm index 0202cc3..88dd0d2 100644 --- a/Echolot/Tools.pm +++ b/Echolot/Tools.pm @@ -1,7 +1,7 @@ package Echolot::Tools; # (c) 2002 Peter Palfrader -# $Id: Tools.pm,v 1.17 2003/02/16 10:20:10 weasel Exp $ +# $Id: Tools.pm,v 1.18 2003/02/16 10:24:45 weasel Exp $ # =pod @@ -330,9 +330,9 @@ sub make_garbage() { $random = unpack("H*", $random); $random = join "\n", grep { $_ ne '' } (split /(.{64})/, $random); - $random = "----- BEGIN GARBAGE' -----\n". + $random = "----- BEGIN GARBAGE -----\n". $random."\n". - "----- BEGIN GARBAGE' -----\n"; + "----- END GARBAGE -----\n"; return $random; }; -- cgit v1.2.3