diff options
author | Neil Bowers <neil@bowers.com> | 2015-05-15 19:06:40 +0100 |
---|---|---|
committer | Neil Bowers <neil@bowers.com> | 2015-05-15 19:06:40 +0100 |
commit | 964bcdee8ee60686f9084dc3099ae96832621313 (patch) | |
tree | 06e83a6da30212c461f5465b2485f97e08294e95 /lib | |
parent | 888a578247a5cae153b73f94d8020bcb361b4cc4 (diff) |
Added github repo to dist metadata and the doc
Diffstat (limited to 'lib')
-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> |