The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Scalar-Util-Numeric-PP

0.04    2016-01-22 (PERLANCAR)

	- Improve compliance with Scalar::Util::Numeric (leading/trailing
	  blanks are allowed no numbers, newlines included).


0.03    2015-06-16 (PERLANCAR)

	- [Bugfix] Allow .1 like Scalar::Util::Numeric.


0.02    2015-04-12 (PERLANCAR)

        - Rename module/dist from Function-Fallback-CoreOrPP-ScalarUtilNumeric
          to Scalar-Util-Numeric-PP.

        - Fix conformance of isfloat() (1, 1.0, or 1.1e1 is not float, but "1.0"
          and "1.1e1" are).


0.01    2015-04-12 (PERLANCAR)

        - First release.