garu / Clone

recursively copy Perl datatypes
7 stars 10 forks source link

Improved handling of weaken references #23

Open atoomic opened 5 years ago

atoomic commented 5 years ago

Resolves GH #15

Provide one extra unit test to cover the testcase described in GH #15 via t/weakened-ref.t.

Adjust t/06refcnt.t to also check REFCNT.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 705ef15f90f938a13b7e8799ad7dd3931a0cbf5a on atoomic:weaken-gh-15 into 5d91b40bb02fd420fd92d4c1b171931d40162659 on garu:master.

atoomic commented 5 years ago

we should not include this change in the next release, this is here as proof of concept and need more work