Files
gentoo/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
Kent Fredric d49cb8d1b5 dev-perl/Test-Without-Module: Bump to version 0.200.0
- EAPI6
- Enable tests

Upstream:
- Guard against old Carps
- Cleanup author tests
- Make error message more like perls

Package-Manager: Portage-2.3.4, Repoman-2.3.2
2017-04-11 14:09:13 +12:00

18 lines
342 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=CORION
DIST_VERSION=0.20
inherit perl-module
DESCRIPTION="Test fallback behaviour in absence of modules"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="test"
RDEPEND=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"