Revision history for PerlX-Let:
v0.3.0 2023-06-14 21:34:37+01:00 Europe/London
[Incompatible Changes]
-
The deprecated code prefix syntax `let $s = $expr { ... }` has been removed.
-
The deprecated comma syntax `let $a = ..., $b = ...` has been removed.
[Documentation]
-
Documented the support policy for older Perls.
-
Updated copyright year.
-
Fix encoding of links in README.
[Other]
-
Removed redundant strictures.
[Toolchain]
-
Sign distribution.
-
Update MANIGFEST.SKIP rules.
v0.2.8 2020-11-21 12:25:31+00:00 Europe/London
[Documentation]
-
Fixed typo in POD.
-
Changed the coding style of most examples, and noted that "prefix"
assignments and multiple assignments are deprecated.
[Tests]
-
Added tests for recommended syntax.
v0.2.7 2020-07-31 15:06:15+01:00 Europe/London
[Documentation]
-
Updated copyright year.
[Toolchain]
-
Add core modules to prerequisites.
v0.2.6 2019-11-10 14:08:43+00:00 Europe/London
[Documentation]
-
Updated abstract to make use of state constants explicit.
-
Updated documentation to discuss issues with using state
variables, #3.
[Toolchain]
-
Added test diagnostics for upstream prerequisites.
v0.2.5 2019-02-19 15:18:37+00:00 Europe/London
[Bug Fixes]
-
Increased minimum version of Keyword::Simple to fix issue with
string evals.
[Documentation]
-
Fix typo in Changes.
v0.2.4 2019-02-19 11:42:06+00:00 Europe/London
[Bug Fixes]
-
Return error messages for syntax errors.
[Documentation]
-
Adjusted alignment of code examples.
[Tests]
-
Improved test coverage.
v0.2.3 2019-02-14 11:47:15+00:00 Europe/London
[Documentation]
-
Fixed typos.
v0.2.2 2019-02-11 13:46:03+00:00 Europe/London
[Bug Fixes]
-
Renamed internal variable to avoid potential scope conflicts.
[Documentation]
-
Add note that the code block can be omitted.
v0.2.1 2019-02-10 14:35:13+00:00 Europe/London
[Bug Fixes]
-
Removed newlines from source rewriting so that line numbers are not
changed.
-
Fixed bug with setting hashes to read-only on Perl 5.28 or later.
-
Do not use state variable when the value contains a sigil.
[Documentation]
-
Added a note about changed line numbers in the KNOWN ISSUES.
v0.2.0 2019-02-09 18:43:47+00:00 Europe/London
[Enhancements]
-
Use state variables (only for scalars if Perl version < 5.28).
[Documentation]
-
Added Const::Fast to SEE ALSO.
-
Improved the documentation.
v0.1.0 2019-02-09 01:09:07+00:00 Europe/London
[Enhancements]
-
Allow multiple values to be specified in a single block.
[Bug Fixes]
-
Allow fat commas in brackets.
[Documentation]
-
Fixed typos in POD.
v0.0.1 2019-02-08 17:47:43+00:00 Europe/London
- First release