update unshipped spell checking to work with Debian wheezy
authorTony Cook <tony@develop-help.com>
Sat, 18 May 2013 02:27:07 +0000 (12:27 +1000)
committerTony Cook <tony@develop-help.com>
Sat, 18 May 2013 02:27:07 +0000 (12:27 +1000)
and fix some spelling issues

lib/Imager/Fill.pm
lib/Imager/Matrix2d.pm
t/900-util/050-matrix.t
t/950-kwalitee/010-pod.t
xt/x20spell.t

index fcd406242d2dfda84c198d7e35c7a732fa818241..f964c09706c7aa0938f2d5043aa8f5e004789cb6 100644 (file)
@@ -2,7 +2,7 @@ package Imager::Fill;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "1.011";
+$VERSION = "1.012";
 
 # this needs to be kept in sync with the array of hatches in fills.c
 my @hatch_types =
@@ -354,7 +354,7 @@ C<dx>, C<dy> - An offset into the hatch cell.  Both default to zero.
 
 =back
 
-A blue and white 4-pixel check patten:
+A blue and white 4-pixel check pattern:
 
   my $fill = Imager::Fill->new(hatch => "check2x2", fg => "blue");
 
index e33716d3e9f2126ee7c520f76369a54abc2d0d57..a8ba80d090cd8e3f4755abb58dfc30510b1fd0cf 100644 (file)
@@ -4,7 +4,7 @@ use vars qw($VERSION);
 use Scalar::Util qw(reftype looks_like_number);
 use Carp qw(croak);
 
-$VERSION = "1.010";
+$VERSION = "1.011";
 
 =head1 NAME
 
@@ -31,7 +31,7 @@ $VERSION = "1.010";
 =head1 DESCRIPTION
 
 This class provides a simple wrapper around a reference to an array of
-9 co-efficients, treated as a matrix:
+9 coefficients, treated as a matrix:
 
  [ 0, 1, 2,
    3, 4, 5,
@@ -243,7 +243,7 @@ sub scale {
 
 =item matrix($v11, $v12, $v13, $v21, $v22, $v23, $v31, $v32, $v33)
 
-Create a matrix with custom co-efficients.
+Create a matrix with custom coefficients.
 
 =cut
 
@@ -254,7 +254,7 @@ sub matrix {
     return bless \@self, $class;
   }
   else {
-    $Imager::ERRSTR = "9 co-efficients required";
+    $Imager::ERRSTR = "9 coefficients required";
     return;
   }
 }
index 460460291339d72c4867b5f8115b78182e9afe33..836d6f8cf04d461dee80ea92a09210b81f00abf2 100644 (file)
@@ -52,7 +52,7 @@ $rotate = Imager::Matrix2d::Test->rotate(degrees=>90, 'y'=>50);
 ok($trans_called, "translate called on rotate with just y");
 
 ok(!Imager::Matrix2d->matrix(), "bad custom matrix");
-is(Imager->errstr, "9 co-efficients required", "check error");
+is(Imager->errstr, "9 coefficients required", "check error");
 
 {
   my @half = ( 0.5, 0, 0,
index 45d6ef5667ada3bae9b00ac40cad178be0640578..ba76873639dede4ab33b7b90de9254b4943f2c63 100644 (file)
@@ -2,6 +2,8 @@
 use strict;
 use Test::More;
 use ExtUtils::Manifest qw(maniread);
+$ENV{AUTOMATED_TESTING} || $ENV{IMAGER_AUTHOR_TESTING}
+  or plan skip_all => "POD only tested under automated or author testing";
 eval "use Test::Pod 1.00;";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
 my $manifest = maniread();
index d7368b95a3715e09f5f24c5606781fd6a607abaf..1f268d5a1ddca9fdb8accf0fe56fb1082317c721 100644 (file)
@@ -10,11 +10,12 @@ my @pod = sort grep !/^inc/ && /\.(pm|pl|pod|PL)$/, keys %$manifest;
 plan tests => scalar(@pod);
 my @stopwords = qw/
 API
+Addi
+Addi's
 Arnar
 BMP
 Blit
 CGI
-chromaticities
 CMYK
 CPAN
 FreeType
@@ -26,21 +27,25 @@ IMAGER
 Imager
 Imager's
 JPEG
-POSIX
 PNG
 PNM
+POSIX
 RGB
 RGBA
 SGI
-sRGB
 TGA
 TIFF
 UTF-8
 Uncategorized
+affine
+allocator
 bilevel
+chromaticities
 const
+convolve
 dpi
 eg
+equalities
 gaussian
 ie
 infix
@@ -49,14 +54,25 @@ metadata
 multi-threaded
 mutex
 paletted
+parsers
 postfix
 preload
 preloading
 preloads
+quantization
+quantize
+quantized
+radians
 renderer
+resizing
+sRGB
+specular
+stereoscopy
 tuple
 unary
+unassociated
 unseekable
+untransformed
 varargs
 /;