dev-perl/DBIx-Custom - 0.45 (mva)

Search

Install

Install this version:

emerge -a =dev-perl/DBIx-Custom-0.45

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

autounmask =dev-perl/DBIx-Custom-0.45

Or alternatively:

emerge --autounmask-write -a =dev-perl/DBIx-Custom-0.45

Package Information

Description:
DBI extension to execute insert, update, delete, and select easily

Ebuild Details

Version EAPI Keywords Slot
0.45 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="DBI extension to execute insert, update, delete, and select easily"
SLOT="0"
KEYWORDS="~amd64 ~x86"

Inherited Eclasses