How to Install libobject-accessor-perl in Ubuntu 18.04



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

sudo apt update
sudo apt install libobject-accessor-perl

Description:

interface to create per object accessors

Object::Accessor provides an interface to create per object accessors (as opposed to per Class accessors, as, for example, Class::Accessor provides). . You can choose to either subclass this module, and thus using its accessors on your own module, or to store an Object::Accessor object inside your own object, and access the accessors from there.

Homepage: https://metacpan.org/release/Object-Accessor

Version: 0.48-2

Section: universe/perl