X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_zcat;h=4b7ffb8802134eaa0f2380643922ba42648c481b;hp=b7bd7e1c6f16d737be1fe116b666a8f8dbff3079;hb=72b87b178ae8dcc10f1ae0f441d13e30d5f1ecf1;hpb=0697368bbcef14908cd4684cf07744dc840464de diff --git a/bin/BackupPC_zcat b/bin/BackupPC_zcat index b7bd7e1..4b7ffb8 100755 --- a/bin/BackupPC_zcat +++ b/bin/BackupPC_zcat @@ -14,7 +14,7 @@ # Craig Barratt # # COPYRIGHT -# Copyright (C) 2001 Craig Barratt +# Copyright (C) 2001-2003 Craig Barratt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,13 +32,14 @@ # #======================================================================== # -# Version 2.0.0_CVS, released 18 Jan 2003. +# Version 2.1.0_CVS, released 3 Jul 2003. # # See http://backuppc.sourceforge.net. # #======================================================================== use strict; +no utf8; use lib "/usr/local/BackupPC/lib"; use Compress::Zlib;