Path to this page:
./
devel/p5-Sub-Quote,
Efficient generation of subroutines via string eval
Branch: CURRENT,
Version: 2.006008nb2,
Package name: p5-Sub-Quote-2.006008nb2,
Maintainer: pkgsrc-usersThis package provides performant ways to generate subroutines from strings.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 35.083 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Sub-Quote-2.006008nb2
- (2023-07-06) Updated to version: p5-Sub-Quote-2.006008nb1
- (2023-05-20) Updated to version: p5-Sub-Quote-2.006008
- (2022-06-28) Updated to version: p5-Sub-Quote-2.006006nb3
- (2021-05-25) Updated to version: p5-Sub-Quote-2.006006nb2
- (2020-09-01) Updated to version: p5-Sub-Quote-2.006006nb1
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-20 09:29:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Sub-Quote: update to 2.006008.
2.006008 - 2023-01-20
- drop Test::Fatal prereq
- recommend Sub::Util rather than Sub::Name
- use XString for quoting strings where possible
- move tests for quotify on perl 5.6 to author only
2.006_007 - 2022-04-05
- accurately detect numbers vs strings in quotify on perl 5.36
- accurately detect booleans in quotify on perl 5.36
- add workaround for float formatting for perls compiled to use gcvd
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-10-27 16:14:38 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
(devel/p5-Sub-Quote) Updated from 2.006003 to 2.006006
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)
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
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
|