The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Transport::AU::PTV::Runs - a collection of runs on the Victorian Public Transport Network.

VERSION

version 0.02

SYNOPSIS

    my $runs = Transport::AU::PTV->new->routes->find(name => 'Upfield')->runs;
    for my $run ($runs->as_array) {
        say "

NAME

Transport::AU::PTV::Runs - the runs on a particular route on the Victorian Public Transport Network

Description

Methods

new

AUTHOR

Greg Foletta <greg@foletta.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Greg Foletta.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.