/[Apache-SVN]/perl/modperl/trunk/lib/ModPerl/BuildMM.pm
ViewVC logotype

Diff of /perl/modperl/trunk/lib/ModPerl/BuildMM.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/trunk/lib/ModPerl/BuildMM.pm	2005/04/06 15:29:24	160303
+++ perl/modperl/trunk/lib/ModPerl/BuildMM.pm	2005/04/06 15:34:38	160304
@@ -189,8 +189,8 @@ sub ModPerl::BuildMM::MY::postamble {
     # create a dependency on pm_to_blib subdirs linkext targets to
     # allow 'make -j'
     require ExtUtils::MakeMaker;
-    my $pm_to_blib = ($ExtUtils::MakeMaker::VERSION >= 6.22 &&
-                      $ExtUtils::MakeMaker::VERSION <= 6.25 )
+    my $mm_ver = $ExtUtils::MakeMaker::VERSION;
+    my $pm_to_blib = ($mm_ver >= 6.22 && $mm_ver <= 6.25)
         ? "pm_to_blib.ts"
         : "pm_to_blib";
     my @target = ("glue_pods: $pm_to_blib subdirs linkext");

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26