summaryrefslogtreecommitdiff
path: root/lib/Travel/Routing/DE/VRR/Route.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-29 12:36:50 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-29 12:36:50 +0200
commit826ec4a8e61a2c3a1a9400cc93e2d4e8ae2bc448 (patch)
tree0f478a1db358e0e3c6e1b87e9518dcf84c7c22f7 /lib/Travel/Routing/DE/VRR/Route.pm
parent13256020f6eef6da48573aa96f29407da760dde7 (diff)
Minor code style adjustment (no parens after accessors)
Diffstat (limited to 'lib/Travel/Routing/DE/VRR/Route.pm')
-rw-r--r--lib/Travel/Routing/DE/VRR/Route.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Routing/DE/VRR/Route.pm b/lib/Travel/Routing/DE/VRR/Route.pm
index 6593a23..dc8ae55 100644
--- a/lib/Travel/Routing/DE/VRR/Route.pm
+++ b/lib/Travel/Routing/DE/VRR/Route.pm
@@ -56,7 +56,7 @@ point to another. It holds a bunch of Travel::Routing::DE::VRR::Route::Part(3pm
objects describing the parts of the route in detail. Each part depends on the
previous one.
-You usually want to acces it via C<< $efa->routes() >>.
+You usually want to acces it via C<< $efa->routes >>.
=head1 METHODS
@@ -67,7 +67,7 @@ You usually want to acces it via C<< $efa->routes() >>.
Creates a new Travel::Routing::DE::VRR::Route elements consisting of I<parts>,
which are Travel::Routing::DE::VRR::Route::Part elements.
-=item $route->parts()
+=item $route->parts
Returns a list of Travel::Routing::DE::VRR::Route::Part(3pm) elements describing
the actual route.