[Po4a-commits] po4a/lib/Locale/Po4a KernelHelp.pm,1.12,1.13 Man.pm,1.92,1.93 Po.pm,1.42,1.43 Pod.pm,1.16,1.17 TeX.pm,1.59,1.60

Martin Quinson po4a-devel@lists.alioth.debian.org
Mon, 30 May 2005 07:15:26 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv2248/lib/Locale/Po4a

Modified Files:
	KernelHelp.pm Man.pm Po.pm Pod.pm TeX.pm 
Log Message:
Remove unneeded imports and exports of TransTractor::VERSION. [FG]

Index: Pod.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Pod.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Pod.pm	27 Feb 2005 22:53:53 -0000	1.16
+++ Pod.pm	30 May 2005 07:15:23 -0000	1.17
@@ -23,8 +23,7 @@
 
 require Exporter;
 
-use vars qw($VERSION @ISA);
-$VERSION=$Locale::Po4a::TransTractor::VERSION;
+use vars qw(@ISA);
 @ISA = qw(Locale::Po4a::TransTractor Pod::Parser);
 
 sub initialize {}

Index: TeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TeX.pm,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- TeX.pm	30 May 2005 07:05:23 -0000	1.59
+++ TeX.pm	30 May 2005 07:15:23 -0000	1.60
@@ -68,8 +68,7 @@
 use warnings;
 
 require Exporter;
-use vars qw($VERSION @ISA @EXPORT);
-$VERSION=$Locale::Po4a::TransTractor::VERSION;
+use vars qw(@ISA @EXPORT);
 @ISA = qw(Locale::Po4a::TransTractor);
 @EXPORT = qw(%commands %environments
              $RE_ESCAPE $ESCAPE

Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Po.pm	30 May 2005 07:05:22 -0000	1.42
+++ Po.pm	30 May 2005 07:15:21 -0000	1.43
@@ -64,8 +64,7 @@
 use warnings;
 
 use subs qw(makespace);
-use vars qw($VERSION @ISA @EXPORT);
-$VERSION=$Locale::Po4a::TransTractor::VERSION;
+use vars qw(@ISA @EXPORT);
 @ISA = ();
 @EXPORT = qw(load write gettext);
 

Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Man.pm	30 May 2005 07:05:22 -0000	1.92
+++ Man.pm	30 May 2005 07:15:19 -0000	1.93
@@ -274,8 +274,7 @@
 use warnings;
 
 require Exporter;
-use vars qw($VERSION @ISA @EXPORT);
-$VERSION=$Locale::Po4a::TransTractor::VERSION;
+use vars qw(@ISA @EXPORT);
 @ISA = qw(Locale::Po4a::TransTractor);
 @EXPORT = qw();#  new initialize);
 use Locale::Po4a::TransTractor;

Index: KernelHelp.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/KernelHelp.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- KernelHelp.pm	27 Feb 2005 22:53:52 -0000	1.12
+++ KernelHelp.pm	30 May 2005 07:15:19 -0000	1.13
@@ -24,8 +24,7 @@
 
 require Exporter;
 
-use vars qw($VERSION @ISA @EXPORT $AUTOLOAD);
-$VERSION=$Locale::Po4a::TransTractor::VERSION;
+use vars qw(@ISA @EXPORT $AUTOLOAD);
 @ISA = qw(Locale::Po4a::TransTractor);
 @EXPORT = qw(); # new process write read writepo readpo);