Scalar::Util::LooksLikeNumber contains looks_like_number() like
Scalar::Util's looks_like_number(), except it returns the raw value from the C function. Scalar::Util used to do this also, but it returns a booleanized value since 1.39. WWW: http://search.cpan.org/dist/Scalar-Util-LooksLikeNumber/
This commit is contained in:
parent
e15dedd7af
commit
fb6dbb574e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372894
5 changed files with 31 additions and 0 deletions
|
@ -2740,6 +2740,7 @@
|
|||
SUBDIR += p5-Scalar-Does
|
||||
SUBDIR += p5-Scalar-Listify
|
||||
SUBDIR += p5-Scalar-String
|
||||
SUBDIR += p5-Scalar-Util-LooksLikeNumber
|
||||
SUBDIR += p5-Scope-Guard
|
||||
SUBDIR += p5-Scope-Upper
|
||||
SUBDIR += p5-Script-isAperlScript
|
||||
|
|
18
devel/p5-Scalar-Util-LooksLikeNumber/Makefile
Normal file
18
devel/p5-Scalar-Util-LooksLikeNumber/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Scalar-Util-LooksLikeNumber
|
||||
PORTVERSION= 1.39.1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for looks_like_number() perl API
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Scalar/Util/LooksLikeNumber/LooksLikeNumber.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Scalar-Util-LooksLikeNumber/distinfo
Normal file
2
devel/p5-Scalar-Util-LooksLikeNumber/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Scalar-Util-LooksLikeNumber-1.39.1.tar.gz) = 0f6ff3bbbc8f1e2f10c70d0b99cf04c90f8869973722035f3c8cd0b8adc4b48a
|
||||
SIZE (Scalar-Util-LooksLikeNumber-1.39.1.tar.gz) = 49101
|
6
devel/p5-Scalar-Util-LooksLikeNumber/pkg-descr
Normal file
6
devel/p5-Scalar-Util-LooksLikeNumber/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Scalar::Util::LooksLikeNumber contains looks_like_number() like
|
||||
Scalar::Util's looks_like_number(), except it returns the raw value
|
||||
from the C function. Scalar::Util used to do this also, but it
|
||||
returns a booleanized value since 1.39.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Scalar-Util-LooksLikeNumber/
|
4
devel/p5-Scalar-Util-LooksLikeNumber/pkg-plist
Normal file
4
devel/p5-Scalar-Util-LooksLikeNumber/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%PERL5_MAN3%%/Scalar::Util::LooksLikeNumber.3.gz
|
||||
%%SITE_ARCH%%/Scalar/Util/LooksLikeNumber.pm
|
||||
%%SITE_ARCH%%/auto/Scalar/Util/LooksLikeNumber/.packlist
|
||||
%%SITE_ARCH%%/auto/Scalar/Util/LooksLikeNumber/LooksLikeNumber.so
|
Loading…
Reference in a new issue