Skip to content

Commit fdaa178

Browse files
author
Jan Schlieper
committed
moved use warnings
1 parent 21a478d commit fdaa178

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

km.pl

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
#!/usr/bin/perl -w
2-
3-
#
4-
# 2.11.2019 Jan Schlieper
1+
#!/usr/bin/perl
52
#
63
# This script can be used to retrieve the odometer wheel
74
# turns and convert them into kilometers the bike traveled.
85
#
96
# Edit the port variable to the serial port you want to use.
10-
# Adjust wheel_circumference to the wheel on your bike. Mine
11-
# is a 26" wheel (55 559).
7+
# Adjust the wheel_circumference variable to the wheel on
8+
# your bike. Mine is a 26" wheel (55 559).
129
#
1310

1411
use strict;
12+
use warnings;
1513
use Math::Trig;
1614
use Device::SerialPort;
1715

0 commit comments

Comments
 (0)