]> git.imager.perl.org - imager.git/blobdiff - T1/Makefile.PL
avoid a probably unwarranted compiler warning
[imager.git] / T1 / Makefile.PL
index e358767dd0deca3e757fff7045038f0ea929d257..c798e180a8c8de8f58612dfb1cb09708a5a3e416 100644 (file)
@@ -38,7 +38,7 @@ else {
   $opts{TYPEMAPS} = [ Imager::ExtUtils->typemap ];
 
   # Imager required configure through use
-  my @Imager_req = ( Imager => "0.86" );
+  my @Imager_req = ( Imager => "0.94" );
   if ($MM_ver >= 6.46) {
     $opts{META_MERGE} =
       {
@@ -78,6 +78,7 @@ my %probe =
    testcodeheaders => [ "stdio.h", "string.h", "t1lib.h" ],
    incpath => \@incpaths,
    libpath => \@libpaths,
+   verbose => $verbose,
   );
 
 my $probe_res = Imager::Probe->probe(\%probe);