X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FMakeMaker%2Fbytes.pm;h=41ae2077a8dbc8dba33500e39413b65763540f91;hb=6d6be53e5cf68dd14a1fce5f754d4f875bdaba05;hp=8097c3790273aa8561ae279a23ede900c1573cea;hpb=44ddc0720838c134bcecfee722279a483a169b18;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/MakeMaker/bytes.pm b/lib/ExtUtils/MakeMaker/bytes.pm index 8097c37..41ae207 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;};