Author of:
and maintainer of:
The other day I discovered that there is a module on CPAN called Clone, which does somewhat the same as my Object::Clone.
So now I don't know which one to use for Metrics::LOC?
Today I discovered there is a Perl module called Codebase, the name I had chosen for a series of modules, which I wanted to use for some codebase statistics.
...back to the drawing board or the idea box or...
cloning (Score:2)
None of the above. Storable dclone
$ perl -e 'use Clone qw(clone); $a = \$b; undef $a; $c = clone $a;'
Segmentation fault
That bug is 3 months old now [cpan.org] and untouched, despite the
Re:cloning (Score:2)
My own Object::Clone does not suffer from the same problem, maybe it is because I use it in an strictly OOP way - it might have to require some more testing.
I will check out Storables dclone
switch units (Score:2)
Re:switch units (Score:2)