- or download this
C:\Perl\packages\Object-InsideOut-0.02.00>nmake test
...
Failed 4/4 test scripts, 0.00% okay. 53/53 subtests failed, 0.00% okay
+.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
Stop.
- or download this
# Share the hash, if applicable
if (is_sharing($pkg)) {
threads::shared::share($hash)
}
- or download this
sub is_sharing : PRIVATE
{
...
return ($IS_SHARING{$class}->[0]);
}