Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwern/scalar-util-numeric
Numeric Tests for Perl Datatypes
https://github.com/schwern/scalar-util-numeric
Last synced: about 1 month ago
JSON representation
Numeric Tests for Perl Datatypes
- Host: GitHub
- URL: https://github.com/schwern/scalar-util-numeric
- Owner: schwern
- Created: 2010-04-21T07:30:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T18:16:09.000Z (over 10 years ago)
- Last Synced: 2024-10-29T20:10:31.452Z (2 months ago)
- Language: C
- Homepage: http://search.cpan.org/dist/Scalar-Util-Numeric/
- Size: 217 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Scalar-Util-Numeric version 0.22
================================This module exports a number of wrappers around perl's builtin looks_like_number function, which
returns the numeric type of its argument, or 0 if it isn't numeric.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (C) 2005-2010 chocolateboy
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.http://www.gnu.org/copyleft/gpl.html
http://www.perl.com/language/misc/Artistic.html