]> git.imager.perl.org - imager.git/commitdiff
make sure the Mandelbrot and Flines filters are built
authorTony Cook <tony@develop-help.com>
Thu, 1 Jan 2015 22:49:49 +0000 (09:49 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 1 Jan 2015 22:50:26 +0000 (09:50 +1100)
Makefile.PL

index a46fda669a2d9ca125b4755454e1fe43727590ae..7a865c5112378a26303d043954e07e0323b58d63 100644 (file)
@@ -41,12 +41,12 @@ if (grep $_ =~ /^--?v(?:erbose)?$/, @ARGV) {
   $VERBOSE = 1;
 }
 
-# modules/featires bundled with Imager that can be enabled/disabled
+# modules/features bundled with Imager that can be enabled/disabled
 # withs --enable/--disable
 my @bundled = qw(FT1 FT2 GIF JPEG PNG T1 TIFF W32);
 
 # extra modules bundled with Imager not available on CPAN
-my @extras = qw(CountColor DynTest ICO SGI);
+my @extras = qw(CountColor DynTest ICO SGI Mandelbrot Flines);
 
 # alternate names for modules
 my %bundled_names = qw(win32 w32 tt ft1);