How to Install libobject-tiny-perl in Ubuntu 18.04



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

sudo apt update
sudo apt install libobject-tiny-perl

Description:

module for building classes, simply

Object::Tiny is a Perl module for building classes as simply as possible. It is useful for rapid prototyping, especially for data classes with a simple structure and mostly read-only accessors. It is a minimalistic way to build classes, intentionally omitting complex features that interfere with the way you build modules.

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

Version: 1.06-1

Section: universe/perl