]> git.imager.perl.org - imager.git/blobdiff - T1/Makefile.PL
avoid a probably unwarranted compiler warning
[imager.git] / T1 / Makefile.PL
index e58be2e9306f1286c5f035341d63fe28306b5e6d..c798e180a8c8de8f58612dfb1cb09708a5a3e416 100644 (file)
@@ -38,7 +38,7 @@ else {
   $opts{TYPEMAPS} = [ Imager::ExtUtils->typemap ];
 
   # Imager required configure through use
-  my @Imager_req = ( Imager => "0.81" );
+  my @Imager_req = ( Imager => "0.94" );
   if ($MM_ver >= 6.46) {
     $opts{META_MERGE} =
       {
@@ -54,17 +54,14 @@ else {
        resources =>
        {
        homepage => "http://imager.perl.org/",
-       repository =>
-       {
-        url => "git://git.imager.perl.org/imager-type1.git",
-        web => "http://git.imager.perl.org/imager-type1.git/",
-        type => "git",
-       },
+       repository => "git://git.imager.perl.org/imager.git",
+       bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager",
        },
       };
     $opts{PREREQ_PM} =
       {
        @Imager_req,
+       XSLoader => 0,
       };
   }
 }
@@ -81,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);
@@ -93,7 +91,7 @@ if ($probe_res) {
   $opts{INC} = "@inc";
 
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'T1Lib font driver for Imager';
   }