From 84e50cd023ec0e2fa0f7935b7dd421e53e0b4d2a Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 2 Jan 2015 09:49:49 +1100 Subject: [PATCH] make sure the Mandelbrot and Flines filters are built --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index a46fda66..7a865c51 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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); -- 2.39.5