From 2db77007739299a08968357961e070400c38ee03 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Wed, 29 Jun 2011 19:08:47 +0200
Subject: [PATCH] Documentation: It's Travel::Routing, not Travel::Status >_>

---
 Changelog                               | 5 +++++
 bin/efa                                 | 2 +-
 lib/Travel/Routing/DE/VRR.pm            | 4 ++--
 lib/Travel/Routing/DE/VRR/Exception.pod | 2 +-
 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)
-- 
GitLab