--- latex2html-2002-1~/L2hos/Dos.pm 1999-10-26 05:15:05 +0000 +++ latex2html-2002-1/L2hos/Dos.pm 2003-10-06 16:36:57 +0000 @@ -107,12 +107,11 @@ package L2hos::Dos; -use Exporter (); - use Carp; use Cwd; use File::Copy; use strict; +use vars qw($Verbose); use L2hos qw($Verbose); my $dd = '\\'; --- latex2html-2002-1~/L2hos/Mac.pm 1999-10-26 05:15:05 +0000 +++ latex2html-2002-1/L2hos/Mac.pm 2003-10-06 16:36:57 +0000 @@ -118,12 +118,11 @@ package L2hos::Mac; -use Exporter (); - use Carp; use Cwd; use File::Copy; use strict; +use vars qw($Verbose); use L2hos qw($Verbose); my $dd = ':'; --- latex2html-2002-1~/L2hos/OS2.pm 1999-10-26 05:15:05 +0000 +++ latex2html-2002-1/L2hos/OS2.pm 2003-10-06 16:36:57 +0000 @@ -115,12 +115,11 @@ package L2hos::OS2; -use Exporter (); - use Carp; use Cwd; use File::Copy; use strict; +use vars qw($Verbose); use L2hos qw($Verbose); my $dd = '\\'; --- latex2html-2002-1~/L2hos/Unix.pm 1999-10-26 05:15:05 +0000 +++ latex2html-2002-1/L2hos/Unix.pm 2003-10-06 16:36:57 +0000 @@ -107,12 +107,11 @@ package L2hos::Unix; -use Exporter (); - use Carp; use Cwd; use File::Copy; use strict; +use vars qw($Verbose); use L2hos qw($Verbose); my $dd = '/'; --- latex2html-2002-1~/L2hos/Win32.pm 1999-10-26 05:15:05 +0000 +++ latex2html-2002-1/L2hos/Win32.pm 2003-10-06 16:36:57 +0000 @@ -107,13 +107,12 @@ package L2hos::Win32; -use Exporter (); - use Carp; use Cwd; use File::Copy; use Win32; use strict; +use vars qw($Verbose); use L2hos qw($Verbose); my $dd = '\\';