in reply to B::Deparse has a problem with Perl6::Export:Attrs?
From the looks of the internals of Perl6::Export::Attrs it would likely not survive a deparse/reload, there is just too much funky stuff going on (symbol table hackery, attributes, etc). B::Deparse itself is pretty fragile, and doesn't handle closures which is perhaps what your issue is, but it's hard to say for sure.
|
---|
Replies are listed 'Best First'. | |
---|---|
...and with CLass::Std
by PetaMem (Priest) on Jan 18, 2008 at 15:46 UTC | |
by stvn (Monsignor) on Jan 18, 2008 at 17:02 UTC | |
by jdporter (Paladin) on Feb 05, 2021 at 13:33 UTC |