aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-01-14 10:19:50 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-01-14 11:24:20 +0000
commit799cd59b1d05fee1b98c83b3a39f12917ded9a91 (patch)
tree377d595e46ee4d682b7650d79e502fbafdd68f60 /CHANGELOG.md
parent018da215a8c056f680202f128e0355c662b74c7f (diff)
Remove any use of `my $x if $foo`.
As perlsyn says, "NOTE: The behaviour of a `my`, `state`, or `our` modified with a statement modifier conditional or loop construct (for example, `my $x if ...`) is undefined. The value of the `my` variable may be `undef`, any previously assigned value, or possibly anything else."
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ce52292e..8bf5b21ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- Bugfixes
- Check cached reports do still have photos before being shown.
- Delete cache photos upon photo moderation.
+ - Remove any use of `my $x if $foo`.
* v2.5 (21st December 2018)
- Front end improvements: