summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Bowers <neil@bowers.com>2015-05-15 19:06:40 +0100
committerNeil Bowers <neil@bowers.com>2015-05-15 19:06:40 +0100
commit964bcdee8ee60686f9084dc3099ae96832621313 (patch)
tree06e83a6da30212c461f5465b2485f97e08294e95
parent888a578247a5cae153b73f94d8020bcb361b4cc4 (diff)
Added github repo to dist metadata and the doc
-rw-r--r--Build.PL5
-rw-r--r--Changelog4
-rw-r--r--lib/Travel/Status/DE/IRIS.pm6
3 files changed, 14 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index c7c02e1..936a835 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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();
diff --git a/Changelog b/Changelog
index ca8ad9d..48bb378 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Travel::Status::DE::IRIS 1.02 - ??? May ?? 2015
+
+ * 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..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>