File: README

package info (click to toggle)
libscalar-util-numeric-perl 0.40-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 128; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Scalar-Util-Numeric version 0.40
================================

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 install

COPYRIGHT AND LICENCE

Copyright (C) 2005-2014 chocolateboy <chocolate@cpan.org>

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