dev-perl/Object-Simple - 3.19 (mva)

Search

Install

Install this version:

emerge -a =dev-perl/Object-Simple-3.19

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Object-Simple-3.19

Or alternatively:

emerge --autounmask-write -a =dev-perl/Object-Simple-3.19

Package Information

Description:
Simplest class builder, Mojo::Base porting, fast and less memory

Ebuild Details

Version EAPI Keywords Slot
3.19 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DIST_AUTHOR=KIMOTO
inherit perl-module

DESCRIPTION="Simplest class builder, Mojo::Base porting, fast and less memory"
SLOT="0"
KEYWORDS="~amd64 ~x86"

Inherited Eclasses