diff options
-rw-r--r-- | Build.PL | 4 | ||||
-rw-r--r-- | Changelog | 7 |
2 files changed, 9 insertions, 2 deletions
@@ -30,8 +30,8 @@ Module::Build->new( 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, - 'Travel::Status::DE::DBRIS' => '0.10', - 'Travel::Status::DE::DBRIS::Location' => '0.10', + 'Travel::Status::DE::DBRIS' => '0.01', + 'Travel::Status::DE::DBRIS::Location' => '0.01', }, script_files => 'bin/', sign => 1, diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..c7db812 --- /dev/null +++ b/Changelog @@ -0,0 +1,7 @@ +Travel::Routing::DE::DBRIS 0.01 - Sun Jan 19 2025 + + * Initial release + * Supports requesting itineraries from bahn.de with user-specified + departure date/time and modes of transport + * Features that are not implemented yet include proper pricing / passenger + specification, Deutschlandticket, bike carriage, and reservation only |