String::Interpolate provides a neat interface to the solution to

that perenial Perl problem - how to invoke the Perl string interpolation
engine on a string contained in a scalar variable.  OK afresh1@
This commit is contained in:
millert 2020-07-24 16:40:37 +00:00
parent bc03af2820
commit e3bb69e01a
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/07/24 16:40:37 millert Exp $
COMMENT= wrapper for the Perl string interpolation engine
MODULES= cpan
PKG_ARCH= *
DISTNAME= String-Interpolate-0.32
CATEGORIES= devel
MAINTAINER= Todd C. Miller <millert@openbsd.org>
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (String-Interpolate-0.32.tar.gz) = xynYmEj1WjV7z5e3m3i2uSsmPkw8knR+fe02Of5d3JU=
SIZE (String-Interpolate-0.32.tar.gz) = 19723

View File

@ -0,0 +1,3 @@
String::Interpolate provides a neat interface to the solution to that perenial
Perl problem - how to invoke the Perl string interpolation engine on a string
contained in a scalar variable.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/07/24 16:40:37 millert Exp $
${P5SITE}/String/
${P5SITE}/String/Interpolate.pm
@man man/man3p/String::Interpolate.3p