diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ - use 5.008_000; +- sub f { my ($a) = @_; $a++ } + - missing hint ("you can replace "any { $_ eq ... } @l" with "member(..., @l)") for: if (!any { $_url eq $_ } @urls) { |