summaryrefslogtreecommitdiff
path: root/lib/Travel/Routing/DE/VRR/Route/Part.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/Part.pm
parent12d0fecd0924b793986ffb675f67a1bb26ff09ee (diff)
Further documentation fixes
Diffstat (limited to 'lib/Travel/Routing/DE/VRR/Route/Part.pm')
-rw-r--r--lib/Travel/Routing/DE/VRR/Route/Part.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Travel/Routing/DE/VRR/Route/Part.pm b/lib/Travel/Routing/DE/VRR/Route/Part.pm
index e47a512..8f63f6e 100644
--- a/lib/Travel/Routing/DE/VRR/Route/Part.pm
+++ b/lib/Travel/Routing/DE/VRR/Route/Part.pm
@@ -38,10 +38,10 @@ points, without interchanges
=head1 SYNOPSIS
- for my $part ( $route->parts() ) {
+ for my $part ( $route->parts ) {
- if ( $part->extra() ) {
- say join( "\n", $part->extra() );
+ if ( $part->extra ) {
+ say join( "\n", $part->extra );
}
printf(