]> git.imager.perl.org - imager.git/blobdiff - dynfilt/Makefile.PL
update Changes
[imager.git] / dynfilt / Makefile.PL
index 5cb6f040777c87f2babc1ef6b06c9a4ab2dc86e9..dcfc8e1a9c53117927a55bf034b83087650a3926 100644 (file)
@@ -1,12 +1,13 @@
+use strict;
 use Config;
 use ExtUtils::MakeMaker;
-$Verbose = 1;
+my $Verbose = 1;
 
-$lddl=$Config{"lddlflags"};
+my $lddl=$Config{"lddlflags"};
 
-@plugins= qw(dyntest dt2 mandelbrot flines);
+my @plugins= qw(dyntest dt2 mandelbrot flines);
 
-$libstr=join(' ',map { $_.'.$(SO)' } @plugins);
+my $libstr=join(' ',map { $_.'.$(SO)' } @plugins);
 
 #print $libstr,"\n";
 #print $objstr,"\n";