NAME

Transport::AU::PTV::Departures

VERSION

version 0.01

SYNOPSIS

# Get the departures for a stop
 my $departures = Transport::AU::PTV->new
 ->routes->find({ name => 'Upfield' })
 ->stops->find({ name => "Coburg Station" })
 ->departures({ max_results => 1 });

NAME

Transport::AU::PTV::Departures - a collection of departures for a particular stop on the Victorian Public Transport network.

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.