diff options
-rw-r--r-- | Changelog | 5 | ||||
-rwxr-xr-x | bin/efa | 2 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/VRR.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/VRR/Exception.pod | 2 |
4 files changed, 9 insertions, 4 deletions
@@ -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 @@ -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) |