Group
Extension

Matches 2

Travel-Status-DE-IRIS ( D/DE/DERF/Travel-Status-DE-IRIS-2.00.tar.gz, DERF, 2025; MetaCPAN )
Travel-Status-DE-IRIS/lib/Travel/Status/DE/IRIS/Result.pm ( view source; MetaCPAN )
sub translate_msg {
	my ( $self, $msg ) = @_;

	return $translation{$msg} // "?($msg)";
}

sub TO_JSON {
	my ($self) = @_;

	my %copy = %{$self};
	delete $copy{realtime_xml};
	delete $copy{strptime_ob
Travel-Status-DE-IRIS ( D/DE/DERF/Travel-Status-DE-IRIS-2.00.tar.gz, DERF, 2025; MetaCPAN )
Travel-Status-DE-IRIS/lib/Travel/Status/DE/IRIS/Stations.pm ( view source; MetaCPAN )
RIS::Stations;

# vim:readonly
# This module has been automatically generated from share/stations.json
# by lib/Travel/Status/DE/IRIS/Stations.pm.PL.
# Do not edit, changes will be lost.

use strict;
 packages become available

our $VERSION = '2.00';

# Automatically generated, see share/stations.json
my @stations = (
['SEGH','Trier Hafenstraße',8005904,6.682725,49.792015],
['KA','Aachen Hbf',800
],
['SUG','Ürzig(DB)',8005945,7.004806,49.995933],
);

# Automatically generated, see share/meta.json
my $meta = {
8010256 => [8017020,8070777],
373013 => [721084,723594],
8098147 => [8000147],
80891

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.