summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-29 19:08:47 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-29 19:08:47 +0200
commit2db77007739299a08968357961e070400c38ee03 (patch)
treeef62058457c140adf1fa090c5f438ec5e33fab27
parent2e98be0b66fbf7b75e62cb164250e9dab8b89b5c (diff)
Documentation: It's Travel::Routing, not Travel::Status >_>
-rw-r--r--Changelog5
-rwxr-xr-xbin/efa2
-rw-r--r--lib/Travel/Routing/DE/VRR.pm4
-rw-r--r--lib/Travel/Routing/DE/VRR/Exception.pod2
4 files changed, 9 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index e3c4be1..5321431 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+git HEAD
+
+ * Documentation fixes (in a few places, the module was prefixed
+ Travel::Status instead of the correct Travel::Routing)
+
Travel::Routing::DE::VRR 1.04 - Wed Jun 29 2011
* efa: Remove --foo-type options, use --to city type:stop etc. instead
diff --git a/bin/efa b/bin/efa
index 380d13f..48b875e 100755
--- a/bin/efa
+++ b/bin/efa
@@ -366,7 +366,7 @@ Print version information
3 efa.vrr.de did not return any parsable data
4 efa.vrr.de error: ambiguous input
5 efa.vrr.de error: no connections found
- 10 Unknown Travel::Status::DE::VRR error
+ 10 Unknown Travel::Routing::DE::VRR error
255 Other internal error
=head1 CONFIGURATION
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index c150101..ecfa001 100644
--- a/lib/Travel/Routing/DE/VRR.pm
+++ b/lib/Travel/Routing/DE/VRR.pm
@@ -786,9 +786,9 @@ It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>.
=over
-=item * Travel::Status::DE::VRR::Exception(3pm)
+=item * Travel::Routing::DE::VRR::Exception(3pm)
-=item * Travel::Status::DE::VRR::Route(3pm)
+=item * Travel::Routing::DE::VRR::Route(3pm)
=back
diff --git a/lib/Travel/Routing/DE/VRR/Exception.pod b/lib/Travel/Routing/DE/VRR/Exception.pod
index 3b008dc..aba1197 100644
--- a/lib/Travel/Routing/DE/VRR/Exception.pod
+++ b/lib/Travel/Routing/DE/VRR/Exception.pod
@@ -54,4 +54,4 @@ efa.vrr.de found no connections for our request.
=head1 SEE ALSO
-Travel::Status::DE::VRR(3pm)
+Travel::Routing::DE::VRR(3pm)