summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/MakeMaker/bytes.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-09 00:18:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-09 00:18:32 +0000
commit6d6be53e5cf68dd14a1fce5f754d4f875bdaba05 (patch)
tree5201894988691f8dd351968159b1589e8e43073b /lib/ExtUtils/MakeMaker/bytes.pm
parent44ddc0720838c134bcecfee722279a483a169b18 (diff)
downloadperl-6d6be53e5cf68dd14a1fce5f754d4f875bdaba05.tar.gz
Upgrade to ExtUtils::MakeMaker 6.42
p4raw-id: //depot/perl@32600
Diffstat (limited to 'lib/ExtUtils/MakeMaker/bytes.pm')
-rw-r--r--lib/ExtUtils/MakeMaker/bytes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker/bytes.pm b/lib/ExtUtils/MakeMaker/bytes.pm
index 8097c37902..41ae2077a8 100644
--- a/lib/ExtUtils/MakeMaker/bytes.pm
+++ b/lib/ExtUtils/MakeMaker/bytes.pm
@@ -3,7 +3,7 @@ package ExtUtils::MakeMaker::bytes;
use strict;
use vars qw($VERSION);
-$VERSION = 6.40;
+$VERSION = 6.42;
my $Have_Bytes = eval q{require bytes; 1;};