blob: b9ed892a1c59288bf90e20fbfb646e16f0061e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=MJD
MODULE_VERSION=0.12
inherit perl-module
DESCRIPTION="Devel::Trace - Print out each line before it is executed (like sh -x)"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"
RDEPEND="
virtual/perl-ExtUtils-MakeMaker
"
DEPEND="${RDEPEND}"
SRC_TEST="do"
|