From 826ec4a8e61a2c3a1a9400cc93e2d4e8ae2bc448 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 Jun 2011 12:36:50 +0200 Subject: Minor code style adjustment (no parens after accessors) --- lib/Travel/Routing/DE/VRR/Route.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Travel/Routing/DE/VRR/Route.pm') 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, 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. -- cgit v1.2.3