Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37843432
en ru br
ALT Linux repositórios
S:2020.2-alt1
5.0: 2002-alt6
4.1: 2002-alt6
4.0: 2002-alt5
3.0: 2002-alt5

Group :: Edição
RPM: latex2html

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: latex2html-2002-alt-perl-syntax.patch
Download


--- 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 = '\\';
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009