>>>>> On Sun, 12 Nov 2006 14:05:25 -0500, John Peacock <[EMAIL PROTECTED]> said:

  > --- lib/Module/Build/Base.pm    (revision 1980)
  > +++ lib/Module/Build/Base.pm    (local)

Thanks! I've uploaded it to CPAN as
ANDK/patches/Module-Build-0.2805-JPEACOCK-01.patch.gz

  > @@ -1168,7 +1168,7 @@
  >    # Check the current perl interpreter
  >    # It's much more convenient to use $] here than $^V, but 'man
  >    # perlvar' says I'm not supposed to.  Bloody tyrant.
  > -  return $^V ? $self->perl_version_to_float(sprintf "%vd", $^V) : $];
  > +  return $];
  >  }


  > which will avoid the test that is freaking out.  This could be applied to 
the
  > M::B core (as $] and $^V will produce equivalent version objects), but I
  > wouldn't recommend it just to support a now-expired bleadperl...

Is there a price to pay?

-- 
andreas

Reply via email to