logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JE::Destroyer - Experimental destructor for JE

Description

       This is an experimental module that provides a way to destroy JE objects without leaking memory.

       Details of its interface are subject to change drastically between releases.

       See the "SYNOPSIS" above for usage.

Name

       JE::Destroyer - Experimental destructor for JE

See Also

       JE

perl v5.36.0                                       2023-08-25                                 JE::Destroyer(3pm)

Synopsis

         use JE::Destroyer; # must come first
         use JE;

         $j = new JE;

         # ... do stuff ...

         JE::Destroyer::destroy($j); # break circular refs
         undef $j;

See Also