This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Lose the $Overload global
[perl5.git] / dist / ExtUtils-ParseXS / lib / ExtUtils / ParseXS.pm
index 1b46bd4..0489921 100644 (file)
@@ -84,7 +84,7 @@ sub process_file {
   }
   @{ $self->{XSStack} } = ({type => 'none'});
   $self->{InitFileCode} = [ @ExtUtils::ParseXS::Constants::InitFileCode ];
-  $self->{Overload}     = $ExtUtils::ParseXS::Constants::Overload;
+  $self->{Overload}     = 0;
   $self->{errors}       = 0;
   $self->{Fallback}     = $ExtUtils::ParseXS::Constants::Fallback;