dev-perl/Regexp-Debugger - 0.2.7-r1 (flussence)

Search

Install

Install this version:

emerge -a =dev-perl/Regexp-Debugger-0.2.7-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Regexp-Debugger-0.2.7-r1

Or alternatively:

emerge --autounmask-write -a =dev-perl/Regexp-Debugger-0.2.7-r1

Package Information

Description:
Perl module and command line tool (rxrx) to visually debug regexes in-place
License:
|| ( Artistic GPL-1+ )

Ebuild Details

Version EAPI Keywords Slot
0.2.7-r1 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR="DCONWAY"
DIST_VERSION="0.002007"
inherit perl-module optfeature

DESCRIPTION="Perl module and command line tool (rxrx) to visually debug regexes in-place"

LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="minimal"

RDEPEND="
	!minimal? (
		dev-perl/TermReadKey
		virtual/perl-Time-HiRes
	)"
DEPEND="${RDEPEND}
	virtual/perl-version"
BDEPEND="
	dev-perl/Module-Build
	virtual/perl-ExtUtils-MakeMaker"

pkg_postinst() {
	# People may find JSON::XS's whole aesthetic offputting, so install it manually if you want it.
	# This also supports :-
	# * JSON::DWIW but that isn't packaged,
	# * JSON but that's slower,
	# * and YAML-Syck but that's AI diarrhea owned by a smug fascist now
	elog "${PN} has optional runtime dependencies:"
	optfeature "JSON output" dev-perl/JSON-XS
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-perl/Regexp-Debugger | euse -E <flag> -p dev-perl/Regexp-Debugger | euse -D <flag> -p dev-perl/Regexp-Debugger

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	!minimal? (
		dev-perl/TermReadKey
		virtual/perl-Time-HiRes
	)
	virtual/perl-version

RDEPEND

	!minimal? (
		dev-perl/TermReadKey
		virtual/perl-Time-HiRes
	)

BDEPEND

	dev-perl/Module-Build
	virtual/perl-ExtUtils-MakeMaker