How to Install libobject-destroyer-perl in Ubuntu 18.04



Install libobject-destroyer-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libobject-destroyer-perl

Description:

make objects with circular references DESTROY normally

Object::Destroyer allows for the creation of "Destroy" handles. The handle is "attached" to a circular relationship, but is not a part of it. When the destroy handle falls out of scope, it will be cleaned up correctly, and while being cleaned up, it will also force the data structure it is attached to to be destroyed as well. Object::Destroyer can call a specified release method on an object (or method DESTROY by default). Alternatively, it can execute an arbitrary user code passed to constructor as a code reference.

Homepage: http://search.cpan.org/dist/Object-Destroyer/

Version: 2.00-1

Section: universe/perl