NAME
Scalar::Util::Numeric::PP - Pure-perl drop-in replacement/approximation of Scalar::Util::Numeric
VERSION
This document describes version 0.04 of Scalar::Util::Numeric::PP (from Perl distribution Scalar-Util-Numeric-PP), released on 2016-01-22.
SYNOPSIS
DESCRIPTION
This module is written mainly for the convenience of Data::Sah, as a drop-in pure-perl replacement for the XS module Scalar::Util::Numeric, in the case when Data::Sah needs to generate code that uses PP modules instead of XS ones.
Not all functions from Scalar::Util::Numeric have been provided.
FUNCTIONS
isint
isfloat
isnum
isneg
isinf
isnan
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Scalar-Util-Numeric-PP.
SOURCE
Source repository is at https://github.com/perlancar/perl-Scalar-Util-Numeric-PP.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-Util-Numeric-PP
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.