r1054 - in packages/libfont-ttf-perl/trunk/lib/Font/TTF: . Kern

Gunnar Wolf gwolf@costa.debian.org
Wed, 25 May 2005 15:32:26 +0000


Author: gwolf
Date: 2005-05-25 15:32:25 +0000 (Wed, 25 May 2005)
New Revision: 1054

Modified:
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Bsln.pm
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Fdsc.pm
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/GDEF.pm
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Hhea.pm
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Kern/CompactClassArray.pm
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Manual.pod
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/PCLT.pm
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Ttopen.pm
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Vhea.pm
Log:
Applied Saper's documentation patch to generate the manuals with the right names


Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Bsln.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Bsln.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Bsln.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Font::TTF::AAT::Bsln - Baseline table in a font
+Font::TTF::Bsln - Baseline table in a font
 
 =head1 DESCRIPTION
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Fdsc.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Fdsc.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Fdsc.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Font::TTF::AAT::Fdsc - Font Descriptors table in a font
+Font::TTF::Fdsc - Font Descriptors table in a font
 
 =head1 DESCRIPTION
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/GDEF.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/GDEF.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/GDEF.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Font::TTF::Gdef - Opentype GDEF table support
+Font::TTF::GDEF - Opentype GDEF table support
 
 =head1 DESCRIPTION
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Hhea.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Hhea.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Hhea.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-TTF:Hhea - Horizontal Header table
+Font::TTF::Hhea - Horizontal Header table
 
 =head1 DESCRIPTION
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Kern/CompactClassArray.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Kern/CompactClassArray.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Kern/CompactClassArray.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Font::TTF::AAT::Kern::CompactClassArray
+Font::TTF::Kern::CompactClassArray
 
 =head1 METHODS
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Manual.pod
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Manual.pod	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Manual.pod	2005-05-25 15:32:25 UTC (rev 1054)
@@ -1,7 +1,7 @@
 
 =head1 NAME
 
-Manual.pod - Information regarding the whole module set
+Font::TTF::Manual - Information regarding the whole module set
 
 =head1 INTRODUCTION
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/PCLT.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/PCLT.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/PCLT.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Font::TTF::Pclt - PCLT TrueType font table
+Font::TTF::PCLT - PCLT TrueType font table
 
 =head1 DESCRIPTION
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Ttopen.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Ttopen.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Ttopen.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Font::TTF::ttopen - Opentype superclass for standard Opentype lookup based tables
+Font::TTF::Ttopen - Opentype superclass for standard Opentype lookup based tables
 (GSUB and GPOS)
 
 =head1 DESCRIPTION

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Vhea.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Vhea.pm	2005-05-25 15:27:38 UTC (rev 1053)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Vhea.pm	2005-05-25 15:32:25 UTC (rev 1054)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-TTF:Vhea - Vertical Header table
+Font::TTF::Vhea - Vertical Header table
 
 =head1 DESCRIPTION