2014-08-23 08:55:28 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-09-14 10:30:52 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2012-09-14 10:30:52 +04:00
|
|
|
|
2014-08-23 08:55:28 +04:00
|
|
|
EAPI=5
|
2012-09-14 10:30:52 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=AUDREYT
|
|
|
|
MODULE_VERSION=0.11
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Alternative to Test::More::use_ok"
|
|
|
|
|
2013-02-09 21:04:21 +04:00
|
|
|
LICENSE="CC0-1.0"
|
2012-09-14 10:30:52 +04:00
|
|
|
SLOT="0"
|
2012-12-06 23:54:48 +04:00
|
|
|
KEYWORDS="amd64 x86"
|
2012-09-14 10:30:52 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
SRC_TEST=do
|