diff options
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 94c331c..e6884b6 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -6,7 +6,7 @@ use 5.014; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.01'; +our $VERSION = '1.02'; use Carp qw(confess cluck); use DateTime; @@ -502,6 +502,10 @@ Many backend features are not yet exposed. db-iris(1), Travel::Status::DE::IRIS::Result(3pm), Travel::Status::DE::IRIS::Stations(3pm) +=head1 REPOSITORY + +L<https://github.com/derf/Travel-Status-DE-IRIS> + =head1 AUTHOR Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> |