2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2019-03-17 00:56:02 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.006003
Upstream changes:
2.006003 - 2019-03-10
- releasing as stable
2.006_002 - 2019-01-29
- Fix quotifying of backslashes in utf8-flagged strings on perl 5.10.0.
2.006_001 - 2019-01-07
- avoid warnings or failures on new perls when testing quoting UTF-8 strings
- test quotify output under utf8 pragma
- fix quoting of negative NaN
2.006_000 - 2018-12-29
- don't test threads behavior on perl < 5.8.5, since they are too unstable
- more tests
- preserve inf, nan, and false in quotify
- improve accuracy of quotified floating point numbers
- SUB_QUOTE_DEBUG can now be set to sub names, package names, or a regex to
match against the code to filter which generated subs are printed to STDERR.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-04-23 02:03:10 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.005001
Upstream changes:
2.005001 - 2018-04-20
- add a workaround for test failures on early 5.8 releases with threads
|
2018-02-25 18:33:14 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Sub-Quote: update to 2.005000.
2.005000 - 2018-02-06
- fixed defer_info and undefer_sub from returning data for a deferred sub
after it expires, even if the ref address matches
- fixed defer_info not returning info for undeferred unnamed subs after the
deferred sub expires
- include options in defer_info return data
- exclude internals from defer_info return data
- document defer_info function
- encode all utf8 flagged scalars as strings, since they generally will
always have originated as strings. Avoids future warning on bitwise ops
on strings with wide characters.
- more thorough check for threads availability to avoid needless test
failures.
- added file and line options to quote_sub to allow specifying apparent
source location.
- documented additional options to Sub::Defer::defer_sub and
Sub::Quote::quote_sub.
|
2017-06-14 15:35:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Sub-Quote to 2.004000.
2.004000 - 2017-06-07
- more extensive quotify tests
- split tests into separate files
- propagate package to deferred subs, even if unnamed
- reject invalid attributes
- include line numbers compile errors (PR#1, djerius)
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-12-11 01:25:33 by Wen Heping | Files touched by this commit (3) |
Log message:
Import Sub-Quote-2.003001 as devel/p5-Sub-Quote.
This package provides performant ways to generate subroutines from strings.
|