[rt #86658] add a missing AUTHOR heading
authorTony Cook <tony@develop-help.com>
Fri, 5 Jul 2013 12:36:08 +0000 (22:36 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 5 Jul 2013 12:36:08 +0000 (22:36 +1000)
Changes
W32/Changes
W32/W32.pm
W32/lib/Imager/Font/Win32.pm

diff --git a/Changes b/Changes
index 7013449a3ccbd7378ea9295054aadda6397289a0..265adfe60d865af8d6844b4a99d1ce681d818ec5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,9 @@ Imager release history.  Older releases can be found in Changes.old
    probe failure.
    https://rt.cpan.org/Ticket/Display.html?id=86659
 
+ - W32: add a missing head1 AUTHORS to the old Win32.pm
+   https://rt.cpan.org/Ticket/Display.html?id=86658
+
 Imager 0.96_01 - 1 Jun 2013
 ==============
 
index c0e695cbd97ea80f5a4192e7ca30c6209ac4e755..cc81090b47f94115ca2464eb81c764305ffaa65e 100644 (file)
@@ -1,3 +1,9 @@
+Imager-Font-W32 0.88
+====================
+
+ - add a missing head1 AUTHORS to the old Win32.pm
+   https://rt.cpan.org/Ticket/Display.html?id=86658
+
 Imager-Font-W32 0.87
 ====================
 
index 6467985216caea3f6ef418f1de573620f34acc74..151a63c3665aeeb542fd4efae6ef3237e9839898 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION @ISA);
 @ISA = qw(Imager::Font);
 
 BEGIN {
-  $VERSION = "0.87";
+  $VERSION = "0.88";
 
   require XSLoader;
   XSLoader::load('Imager::Font::W32', $VERSION);
index 8d1785bb92b692dbcc5523c632daad9479734b5d..bd63f6638a5028bf3ac52af450cdc438cda0b692 100644 (file)
@@ -23,4 +23,8 @@ Imager::Font::Win32 - uses Win32 GDI services for text output
 
 This module is obsolete.
 
+=head1 AUTHOR
+
+Tony Cook <tonyc@cpan.org>
+
 =cut