# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 MODULE_AUTHOR=STEVAN MODULE_VERSION="0.10" inherit perl-module DESCRIPTION="Role for daemonizing your Moose based application" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND=" >=dev-perl/Moose-0.33 >=dev-perl/MooseX-Getopt-0.07 dev-perl/MooseX-Types-Path-Class " DEPEND=" ${COMMON_DEPEND} virtual/perl-Test-Simple " RDEPEND=" ${COMMON_DEPEND} " # Fails tests in 0.09 , http://rt.cpan.org/Public/Bug/Display.html?id=50754 #SRC_TEST="do"