
steve at fisharerojo
May 16, 2008, 10:31 AM
Post #2 of 2
(53 views)
Permalink
|
|
Re: [PATCH - revised] threads::shared 1.21
[In reply to]
|
|
On Fri, May 16, 2008 at 8:52 AM, Jerry D. Hedden <jdhedden[at]cpan.org> wrote: > Jerry D. Hedden wrote: >> The attached patch is for threads::shared 1.21. The main >> change is the addition of a shared_clone() function that >> creates a shared deep copy of non-shared data: >> >> my $cpy = shared_clone({'foo' => [qw/foo bar baz/]}); >> >> A new test files (clone.t) is added to the MANIFEST. > > Minor update in shared_clone() code from previous patch. > Thanks! I applied this as change #33836. Steve Peters steve[at]fisharerojo.org
|