-
-
01 Oct 2019 17:33:32 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (6067 / 5 / 0)
- Kwalitee
Bus factor: 9- 94.54% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (31.72KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
mst - Matt S. Trout (cpan:MSTROUT)
- Dependencies
- Scalar::Util
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 2.006006 - 2019-10-01
- change quotify to use longest form of floating point numbers if unable to find a perfectly accurate representation
- updated documentation for quotify to reflect handling of floating point numbers
- don't try to copy hints hash entries that look like references (RT#122698)
Changes for version 2.006_005 - 2019-09-06
- additional fixes for quotify for floating point numbers to be faster and should always be able to maintain accuracy
Changes for version 2.006_004 - 2019-04-24
- change quotify of NaNs to simpler calculation
- avoid ever triggering exceptions when testing for quotify on false values
- skip quotify Inf and NaN tests if perl is compiled without support for them
- fix quotify of very large or very small numbers
- fix accuracy of quotify on high precision numbers when perl is compiled with quadmath
- quotify will use hex floats when needed for full accuracy if they are available
- change tests of quotify for floating point numbers to allow a small amount of inaccuracy, since decimal floats can't always be accurate
Modules
Defer generation of subroutines until they are first calledEfficient generation of subroutines via string evalModule Install Instructions
To install Sub::Quote, copy and paste the appropriate command in to your terminal.
cpanm Sub::Quote
perl -MCPAN -e shell install Sub::Quote
For more information on module installation, please visit the detailed CPAN module installation guide.