The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package TB2::threads::shared::off;

use strict;

our $VERSION = '1.005000_005';
$VERSION = eval $VERSION;    ## no critic (BuiltinFunctions::ProhibitStringyEval)

sub share        { 0 }
sub shared_clone { return $_[0] };

1;