aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--incdec3
-rw-r--r--incdec.pl.m43
2 files changed, 0 insertions, 6 deletions
diff --git a/incdec b/incdec
index aa3f372..e898165 100644
--- a/incdec
+++ b/incdec
@@ -57,9 +57,6 @@ function __readline_incdec {
# print "$line, ${"increment-by"}, ${"point-position"}, $backward";
line=$(perl -s -e '
-use strict;
-use warnings;
-
sub incdec {
my ($line, $increment_by, $point_position, $is_backward) = @_;
diff --git a/incdec.pl.m4 b/incdec.pl.m4
index 03fb905..aacb095 100644
--- a/incdec.pl.m4
+++ b/incdec.pl.m4
@@ -1,6 +1,3 @@
-use strict;
-use warnings;
-
include(`incdec.sub.pl')dnl
my $output = incdec($line, $increment_by, $point_position, $backward);