[rt #85143] remove an errant trailing ' from a =head1 NAME
authorTony Cook <tony@develop-help.com>
Sun, 19 May 2013 02:43:52 +0000 (12:43 +1000)
committerTony Cook <tony@develop-help.com>
Sun, 19 May 2013 02:43:52 +0000 (12:43 +1000)
lib/Imager/Font/Test.pm

index 9617089be64f4598cd6da7f769a856432b59f8f3..59d9186f34a56ec2344a4085df6c6d04ef4a3a8c 100644 (file)
@@ -1,6 +1,8 @@
 package Imager::Font::Test;
 use strict;
 
+our $VERSION = "1.0001";
+
 use base 'Imager::Font';
 
 sub new {
@@ -66,7 +68,7 @@ sub glyph_names {
 
 1;
 
-=head1 NAME'
+=head1 NAME
 
 Imager::Font::Test - font driver producing consistent output for tests.