p4raw-id: //depot/perl@35106
$_ALLOW_BIN $_ALLOW_PURE_PERL
];
-$VERSION = '0.28';
+$VERSION = '0.28_01';
$PREFER_BIN = 0;
$WARN = 1;
$DEBUG = 0;
: ($OutDir);
skip "No binaries or modules to extract ".$archive,
- (10 * scalar @outs) if $mod_fail && $pgm_fail;
+ (10 * scalar @outs) if
+ ($mod_fail && ($pgm_fail || !$Archive::Extract::_ALLOW_BIN)) ||
+ ($pgm_fail && ($mod_fail || !$Archive::Extract::_ALLOW_PURE_PERL));
### we dont warnings spewed about missing modules, that might
### be a problem...