p4raw-id: //depot/perl@1309
document Win32 choices
rework INSTALL to reflect changes in installation structure
spot-check all new modules for completeness
+ better docs for pack()/unpack()
+ add perlport.pod
=cut
my %bitmask = (
-taint => 0x00001000
+taint => 0x00100000
);
sub bits {
if (!sv)
return sv;
if (SvREADONLY(sv) && SvIMMORTAL(sv))
- return;
+ return sv;
if (++tmps_ix >= tmps_max)
sv_mortalgrow();
tmps_stack[tmps_ix] = sv;
my $w;
BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib' if -d '../lib';
$SIG{__WARN__} = sub {
if ($_[0] =~ /^Hides field 'b1' in base class/) {
$w++;