diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hafas-m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index 15be9a4..3840834 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use 5.010; +use 5.014; our $VERSION = '2.01'; |