diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-20 11:16:33 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-20 11:16:42 +0200 |
| commit | e68f70c344d6c2337297fe4df8af10caaf60930a (patch) | |
| tree | 527971abc6fe8436f37c656ed8f876378952eb07 | |
| parent | a266c28f6c4537276dc1135b503821c9a193265d (diff) | |
MOTIS: Add a missing vim fold marker
| -rw-r--r-- | lib/Travel/Status/MOTIS.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travel/Status/MOTIS.pm b/lib/Travel/Status/MOTIS.pm index b2a8be2..7559d8f 100644 --- a/lib/Travel/Status/MOTIS.pm +++ b/lib/Travel/Status/MOTIS.pm @@ -31,6 +31,7 @@ our $VERSION = '0.01'; # Thanks to Jannis R / @derhuerst and all contributors for maintaining these. my $motis_instance = Travel::Status::MOTIS::Services::get_service_ref(); +# }}} # {{{ Constructors sub new { |
