summaryrefslogtreecommitdiff
blob: 402d61148c0d039c56f98bd262fc4fac3005de3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=PEVANS
DIST_VERSION=0.10
inherit perl-module

DESCRIPTION="Assert reference counts on objects"

SLOT="0"
KEYWORDS="~amd64"

BDEPEND="dev-perl/Module-Build"