summaryrefslogtreecommitdiff
path: root/lib/Travel/Routing/DE/VRR/Route.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-29 00:14:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-29 00:14:10 +0200
commitfa8720d6bdc7794deec076cca2ee22da7ad8ab7c (patch)
tree5e013e53e1b22d24380dd3b3269e08100fe1de4b /lib/Travel/Routing/DE/VRR/Route.pm
parent12d0fecd0924b793986ffb675f67a1bb26ff09ee (diff)
Further documentation fixes
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 c250be7..6593a23 100644
--- a/lib/Travel/Routing/DE/VRR/Route.pm
+++ b/lib/Travel/Routing/DE/VRR/Route.pm
@@ -39,8 +39,8 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points
=head1 SYNOPSIS
- for my $route ( $efa->routes() ) {
- for my $part ( $route->parts() ) {
+ for my $route ( $efa->routes ) {
+ for my $part ( $route->parts ) {
# $part is a Travel::Routing::DE::VRR::Route::Part object
}
}