Unverified Commit aa19f4b0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Api: section headers for helpers / controllers; perltidy

parent 0e014859
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ use List::Util;
use Travel::Status::DE::IRIS::Stations;
use UUID::Tiny qw(:std);

# Internal Helpers

sub make_token {
	return create_uuid_as_string(UUID_V4);
}
@@ -28,6 +30,8 @@ sub sanitize {
	return 0;
}

# Contollers

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