dev-perl/File-Path-Tiny - 1.0.0 (ledgersmb)

Search

Package Information

Description:
Recursive versions of mkdir() and rmdir() without as much overhead as File::Path

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR="DMUEY"
DIST_VERSION="1.0"

inherit perl-module

DESCRIPTION="Recursive versions of mkdir() and rmdir() without as much overhead as File::Path"

SLOT="0"
KEYWORDS="~amd64"

BDEPEND="test? ( dev-perl/Test-Exception )"

Dependencies

BDEPEND

test? ( dev-perl/Test-Exception )