summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7505a26..9f1024a 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,17 @@
- $10, $11, ...
+- syntax error on sub (can|cmp|isa|print|use) () {}
+
+- sprintf("%s %.2f", ...)
+
+- use 5.008_000;
+
+- missing hint ("you can replace "any { $_ eq ... } @l" with "member(..., @l)")
+ for:
+ if (!any { $_url eq $_ } @urls) {
+ OK for:
+ if (!any { $_ eq $url } @urls) {
+
- # perl_checker: use lib qw(/some/dir)
- # perl_checker: use foobar