From 6760225cc80a2abca0d45a50dc8e7f545389d2bd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 6 Jan 2019 21:19:12 +0100 Subject: db-wagenreihung: Add basic manual --- bin/db-wagenreihung | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index 3f8e77c..59f6284 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -147,3 +147,47 @@ for my $wagon ( $wr->wagons ) { $wagon->type, join( q{ }, $wagon->attributes ) ); } + +__END__ + +=head1 NAME + +db-wagenreihung - Interface to Deutsche Bahn Wagon Order API + +=head1 SYNOPSIS + +B I I + +=head1 VERSION + +version 0.00 + +=head1 DESCRIPTION + +db-wagenreihung shows wagon orders as reported by the Deutsche Bahn Wagon Order +API. At the moment, only long-distance ICE trains operated by Deutsche +Bahn are supported. Most IC/EC lines also work, but results may not be +entirely correct. + +The departure of I must be in the time range between now and +two hours in the future. + +=head1 DEPENDENCIES + +=over + +=item * JSON(3pm) + +=item * LWP::UserAgent(3pm) + +=item * Travel::Status::DE::IRIS(3pm) + +=back + +=head1 AUTHOR + +Copyright (C) 2018-2019 by Daniel Friesel Ederf@finalrewind.orgE + +=head1 LICENSE + +This program is licensed under the same terms as Perl itself. -- cgit v1.2.3