aboutsummaryrefslogtreecommitdiffstats
path: root/incdec.pm
diff options
context:
space:
mode:
Diffstat (limited to 'incdec.pm')
-rw-r--r--incdec.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/incdec.pm b/incdec.pm
index 5d0783e..a1e88a6 100644
--- a/incdec.pm
+++ b/incdec.pm
@@ -64,7 +64,7 @@ sub incdec {
$line =~ s/(-?\d+)/$1 + $increment_by/e;
}
- return $line;
+ return ($line, $start_position);
}
1;