texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp/Texinfo Encoding.pm Report.pm Conver...


From: Patrice Dumas
Subject: texinfo/tp/Texinfo Encoding.pm Report.pm Conver...
Date: Wed, 04 Jan 2012 22:31:06 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/04 22:31:06

Modified files:
        tp/Texinfo     : Encoding.pm Report.pm 
        tp/Texinfo/Convert: NodeNameNormalization.pm Unicode.pm 

Log message:
        Remove VERSION for modules that are not to be used directly.  Report 
from Karl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Encoding.pm?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Report.pm?cvsroot=texinfo&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/NodeNameNormalization.pm?cvsroot=texinfo&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Unicode.pm?cvsroot=texinfo&r1=1.26&r2=1.27

Patches:
Index: Encoding.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Encoding.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Encoding.pm 29 Sep 2011 08:40:17 -0000      1.2
+++ Encoding.pm 4 Jan 2012 22:31:06 -0000       1.3
@@ -25,7 +25,7 @@
 use Encode;
 
 require Exporter;
-use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
+use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter);
 
 # Items to export into callers namespace by default. Note: do not export
@@ -44,8 +44,6 @@
 @EXPORT = qw(
 );
 
-$VERSION = '0.01';
-
 # charset related definitions.
 
 our %perl_charset_to_html = (

Index: Report.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Report.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- Report.pm   24 Nov 2011 21:32:40 -0000      1.18
+++ Report.pm   4 Jan 2012 22:31:06 -0000       1.19
@@ -18,7 +18,7 @@
 # Original author: Patrice Dumas <address@hidden>
 
 require Exporter;
-use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
+use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter);
 
 # Items to export into callers namespace by default. Note: do not export
@@ -38,9 +38,6 @@
 @EXPORT = qw(
 );
 
-$VERSION = '0.01';
-
-
 package Texinfo::Report;
 
 use 5.00405;

Index: Convert/NodeNameNormalization.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/NodeNameNormalization.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- Convert/NodeNameNormalization.pm    31 Oct 2011 18:04:29 -0000      1.17
+++ Convert/NodeNameNormalization.pm    4 Jan 2012 22:31:06 -0000       1.18
@@ -35,7 +35,7 @@
 use Texinfo::Convert::Unicode;
 
 require Exporter;
-use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
+use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter);
 
 # Items to export into callers namespace by default. Note: do not export
@@ -55,8 +55,6 @@
 @EXPORT = qw(
 );
 
-$VERSION = '0.01';
-
 my %normalize_node_brace_no_arg_commands 
   = %Texinfo::Convert::Text::text_brace_no_arg_commands;
 foreach my $command 
(keys(%Texinfo::Convert::Unicode::unicode_character_brace_no_arg_commands)) {

Index: Convert/Unicode.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Unicode.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- Convert/Unicode.pm  3 Jan 2012 18:26:59 -0000       1.26
+++ Convert/Unicode.pm  4 Jan 2012 22:31:06 -0000       1.27
@@ -28,7 +28,7 @@
 use Unicode::EastAsianWidth;
 
 require Exporter;
-use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
+use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter);
 
 # Items to export into callers namespace by default. Note: do not export
@@ -51,8 +51,6 @@
 @EXPORT = qw(
 );
 
-$VERSION = '0.01';
-
 our %unicode_diacritics = (
        'H'          => '030B', 
        'ringaccent' => '030A', 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]