This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to ExtUtils-MakeMaker-6.44
[perl5.git] / lib / ExtUtils / MakeMaker / bytes.pm
index 41ae207..16b7030 100644 (file)
@@ -2,10 +2,9 @@ package ExtUtils::MakeMaker::bytes;
 
 use strict;
 
-use vars qw($VERSION);
-$VERSION = 6.42;
+our $VERSION = 6.44;
 
-my $Have_Bytes = eval q{require bytes; 1;};
+my $Have_Bytes = eval { require bytes; 1; };
 
 sub import {
     return unless $Have_Bytes;