Message-ID: <
20070224123858.GA11434@localhost.localdomain>
p4raw-id: //depot/perl@30390
use ExtUtils::MakeMaker qw($Verbose neatvalue);
-$VERSION = '1.51_01';
+$VERSION = '1.51_02';
require ExtUtils::MM_Any;
@ISA = qw(ExtUtils::MM_Any);
# Print out the new #! line (or equivalent).
local $\;
- undef $/;
+ local $/;
print FIXOUT $shb, <FIXIN>;
close FIXIN;
close FIXOUT;