diff options
-rw-r--r-- | Build.PL | 5 | ||||
-rw-r--r-- | Changelog | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 4 |
3 files changed, 13 insertions, 0 deletions
@@ -32,5 +32,10 @@ Module::Build->new( 'XML::LibXML' => 0, }, sign => 1, + meta_merge => { + resources => { + repository => 'https://github.com/derf/Travel-Status-DE-IRIS' + } + }, )->create_build_script(); @@ -1,3 +1,7 @@ +git HEAD + + * Added github repo to dist metadata and the doc + Travel::Status::DE::IRIS 1.01 - Fri May 15 2015 * IRIS->new: Fix default lwp_options value (was documented, but not used) diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 94c331c..7b731b8 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -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> |