diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-22 17:13:53 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-22 17:13:53 +0200 |
commit | d999862641bf5de667ebc0d6cc92e4a7bf027cc8 (patch) | |
tree | 6082497a6a61fc63cdd213339f0b7c7f38a626e4 /lib/Travel | |
parent | 8eb5ae8c9067f5a247789b61795a257341164fc0 (diff) |
EFA(3pm): we no longer support identified_data
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/EFA.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm index a797d99..1c3bcfc 100644 --- a/lib/Travel/Status/DE/EFA.pm +++ b/lib/Travel/Status/DE/EFA.pm @@ -686,12 +686,6 @@ a B<post_p> function. Recommended: Mojo::UserAgent(3pm). In case of an HTTP request or EFA error, returns a string describing it. If none occured, returns undef. -=item $status->identified_data - -Returns a list of the identified values for I<place> and I<name>. -For instance, when requesting data for "E", "MartinSTR", B<identified_data> -will return ("Essen", "Martinstr."). - =item $status->lines Returns a list of Travel::Status::DE::EFA::Line(3pm) objects, each one |