r1977 - in packages/libfont-ttf-perl/trunk: debian lib/Font/TTF

Russ Allbery rra at costa.debian.org
Tue Jan 17 03:39:09 UTC 2006


Author: rra
Date: 2006-01-17 03:39:08 +0000 (Tue, 17 Jan 2006)
New Revision: 1977

Modified:
   packages/libfont-ttf-perl/trunk/debian/changelog
   packages/libfont-ttf-perl/trunk/lib/Font/TTF/Table.pm
Log:
* Fix minor POD issue in Font::TTF::Table.

Modified: packages/libfont-ttf-perl/trunk/debian/changelog
===================================================================
--- packages/libfont-ttf-perl/trunk/debian/changelog	2006-01-17 03:35:27 UTC (rev 1976)
+++ packages/libfont-ttf-perl/trunk/debian/changelog	2006-01-17 03:39:08 UTC (rev 1977)
@@ -1,6 +1,7 @@
 libfont-ttf-perl (0.37-1) unstable; urgency=low
 
   * New upstream release.
+  * Fix minor POD issue in Font::TTF::Table.
   * General rules cleanup.
     - Remove the dh_compress exceptions; the example scripts are now in a
       separate scripts package.
@@ -11,7 +12,7 @@
     requires them.
   * Update standards version to 3.6.2 (no changes required).
 
- -- Russ Allbery <rra at debian.org>  Mon, 16 Jan 2006 19:33:58 -0800
+ -- Russ Allbery <rra at debian.org>  Mon, 16 Jan 2006 19:38:49 -0800
 
 libfont-ttf-perl (0.35-1) unstable; urgency=low
 

Modified: packages/libfont-ttf-perl/trunk/lib/Font/TTF/Table.pm
===================================================================
--- packages/libfont-ttf-perl/trunk/lib/Font/TTF/Table.pm	2006-01-17 03:35:27 UTC (rev 1976)
+++ packages/libfont-ttf-perl/trunk/lib/Font/TTF/Table.pm	2006-01-17 03:39:08 UTC (rev 1977)
@@ -317,7 +317,7 @@
 
 Releases ALL of the memory used by this table, and all of its component/child
 objects.  This method is called automatically by
-'C<Font::TTF::Font-E<GT>release>' (so you don't have to call it yourself).
+'C<Font::TTF::Font-E<gt>release>' (so you don't have to call it yourself).
 
 B<NOTE>, that it is important that this method get called at some point prior
 to the actual destruction of the object.  Internally, we track things in a




More information about the Pkg-perl-cvs-commits mailing list