diff --git a/Changelog b/Changelog
index e3c4be1725053c3dd352c1345e887b5e24904feb..5321431a82f9af3a3e364abc5dd64aed65e71d95 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 380d13f822faef454b70d416b291a8b5c1c0bbe6..48b875ecbd2c7e76a4d569d50be4f235f67323c2 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 c1501014b37c83d38005ce27f67abfd38ed190ad..ecfa0015a164f0f28d1ea0735f47bd2353ae7307 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 3b008dc31a346acc1db54b722196f7702a24563e..aba1197ce2a099e44447cf57e20e452e0bee4e01 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)