summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-11 02:20:00 +0530
committerAndinus <andinus@nand.sh>2020-06-11 02:20:00 +0530
commit7fc03b6bb7520a0721e052b49c1da7a875538ed3 (patch)
tree9f08dc0046b1f80d463ec05fd8d56efd7ed04066
parente210894a523b6d7306ae507ba2f2fe7b14290aad (diff)
downloadpictor-7fc03b6bb7520a0721e052b49c1da7a875538ed3.tar.gz
Remove feature 'say'
It wasn't being used anywhere in code.
-rwxr-xr-xpictor.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/pictor.pl b/pictor.pl
index 7bfe2ea..dafd413 100755
--- a/pictor.pl
+++ b/pictor.pl
@@ -2,7 +2,6 @@
 
 use strict;
 use warnings;
-use feature 'say';
 
 use constant is_OpenBSD => $^O eq "openbsd";
 if (is_OpenBSD) {