summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-10-16 02:49:50 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-10-16 02:50:25 +0200
commit2f4246d72246858848fe2d20d7419c0152e5bfe6 (patch)
tree2ce0481e66e036dbbe1b1d93f865038eb5c361a2
parent99030778e3f1b5f1e57dc8580243c44db6138066 (diff)
Info, Stop, Trip: Note that the API is not yet final
-rw-r--r--Changelog2
-rw-r--r--lib/Travel/Status/DE/EFA/Info.pm5
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm3
-rw-r--r--lib/Travel/Status/DE/EFA/Trip.pm3
4 files changed, 11 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index f8eef8e..a2372dd 100644
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,8 @@ git HEAD
* efa-m: Add -j / --with-jid option
* efa-m -Oa, -Ob, -Of: Show delays
* EFA, efa-m: Add stopfinder ("?foo") and stop search ("lat:lon") modes
+ * Info, Stop, Trip: Note that the API of these modules is not yet final
+ and may change between minor versions
Travel::Status::DE::VRR 3.01 - Thu Oct 03 2024
diff --git a/lib/Travel/Status/DE/EFA/Info.pm b/lib/Travel/Status/DE/EFA/Info.pm
index 2033e2a..b44ce68 100644
--- a/lib/Travel/Status/DE/EFA/Info.pm
+++ b/lib/Travel/Status/DE/EFA/Info.pm
@@ -109,6 +109,11 @@ None.
=back
+=head1 BUGS AND LIMITATIONS
+
+This module is a Work in Progress.
+Its API may change between minor versions.
+
=head1 SEE ALSO
Travel::Status::DE::EFA(3pm).
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index 46e5ffe..faaa8ee 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -213,7 +213,8 @@ None.
=head1 BUGS AND LIMITATIONS
-None known.
+This module is a Work in Progress.
+Its API may change between minor versions.
=head1 SEE ALSO
diff --git a/lib/Travel/Status/DE/EFA/Trip.pm b/lib/Travel/Status/DE/EFA/Trip.pm
index 491e398..c647590 100644
--- a/lib/Travel/Status/DE/EFA/Trip.pm
+++ b/lib/Travel/Status/DE/EFA/Trip.pm
@@ -242,7 +242,8 @@ None.
=head1 BUGS AND LIMITATIONS
-This is a Work in Progress.
+This module is a Work in Progress.
+Its API may change between minor versions.
=head1 SEE ALSO