Message-Id: <
9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
Sync ExtUtils::Install with CPAN (just trivially change version nos)
p4raw-id: //depot/perl@28463
use strict;
use vars qw(@ISA @EXPORT $VERSION $MUST_REBOOT %Config);
-$VERSION = '1.40';
+$VERSION = '1.41';
$VERSION = eval $VERSION;
use AutoSplit;
require VMS::Filespec if $Is_VMS;
use vars qw($VERSION);
-$VERSION = '1.38';
+$VERSION = '1.41';
$VERSION = eval $VERSION;
sub _is_prefix {
use Carp qw();
use Config;
use vars qw($VERSION $Relocations);
-$VERSION = '1.39_02';
+$VERSION = '1.41';
$VERSION = eval $VERSION;
# Used for generating filehandle globs. IO::File might not be available!