From 964bcdee8ee60686f9084dc3099ae96832621313 Mon Sep 17 00:00:00 2001 From: Neil Bowers Date: Fri, 15 May 2015 19:06:40 +0100 Subject: Added github repo to dist metadata and the doc --- Build.PL | 5 +++++ Changelog | 4 ++++ lib/Travel/Status/DE/IRIS.pm | 6 +++++- 3 files changed, 14 insertions(+), 1 deletion(-) 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 + =head1 AUTHOR Copyright (C) 2013-2015 by Daniel Friesel Ederf@finalrewind.orgE -- cgit v1.2.3