-
Sat Sep 17 2022 Paul Howarth <paul@city-fan.org> - 0.023-2
- Use SPDX-format license tag
-
Fri Sep 16 2022 Paul Howarth <paul@city-fan.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
-
Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.022-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-2
- Perl 5.36 rebuild
-
Sat Apr 16 2022 Paul Howarth <paul@city-fan.org> - 0.022-1
- Update to 0.022
- Remove 'postderef' argument to new(); postfix dereference is always
recognized
-
Sun Apr 03 2022 Paul Howarth <paul@city-fan.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
-
Tue Mar 22 2022 Adam Williamson <awilliam@redhat.com> - 0.020-2
- Rebuild with no changes to fix update mess on F36
-
Thu Mar 17 2022 Paul Howarth <paul@city-fan.org> - 0.020-1
- Update to 0.020
- Correct and optimize the computation of logical column position (the one
that takes account of tabs)
-
Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.019-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
Tue Nov 16 2021 Paul Howarth <paul@city-fan.org> - 0.019-1
- Update to 0.019
- Add CONTRIBUTING file
- Try to quell weird Win32 test failures that seem to occur only in tests
where I am using 'use open' to put the standard handles into UTF-8 mode;
the fix (hopefully) is to do this to the Test::Harness handles at run time
instead of to the standard handles at compile time