↵ Return to the main page of perl-PPIx-QuoteLike
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2023-07-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.023-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-01-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.023-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2022-09-17 | Paul Howarth <paul at city dash fan dot org> - 0.023-2 | - Use SPDX-format license tag |
2022-09-16 | Paul Howarth <paul at city dash fan dot org> - 0.023-1 | - Update to 0.023 (rhbz#2127475) - Update discouragement notice for variables(), and add a TODO in t/variables.t for why - Correct normalization of ${^FOO} for PPI: if the caret is present the braces are not removed |
2022-07-22 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.022-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
2022-06-01 | Jitka Plesnikova <jplesnik at redhat dot com> - 0.022-2 | - Perl 5.36 rebuild |
2022-04-16 | Paul Howarth <paul at city dash fan dot org> - 0.022-1 | - Update to 0.022 - Remove 'postderef' argument to new(); postfix dereference is always recognized |
2022-04-03 | Paul Howarth <paul at city dash fan dot org> - 0.021-1 | - Update to 0.021 - Recognize postfix deref in '@{[ ... ]}' for determining minimum Perl version; this recognizes all forms of postfix dereference, including ->%*, ->&*, and ->** (NOTE: for now, this remains a PPIx::QuoteLike::Token::Interpolation) - Require PPI 1.238 for postfix deref support, and prune code that dealt with PPI's old behavior - Postfix %*, &*, and ** do not interpolate - Correct perl_version_introduced() for interpolated postfix scalar deref |
2022-03-22 | Adam Williamson <awilliam at redhat dot com> - 0.020-2 | - Rebuild with no changes to fix update mess on F36 |
2022-03-17 | Paul Howarth <paul at city dash fan dot org> - 0.020-1 | - Update to 0.020 - Correct and optimize the computation of logical column position (the one that takes account of tabs) |