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 --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Changelog') 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) -- cgit v1.2.3 From 330d0009b197f7fe633aea6bda1b3c04de29352c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 16 May 2015 16:23:15 +0200 Subject: do not issue a new release just yet. --- Changelog | 2 +- lib/Travel/Status/DE/IRIS.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 48bb378..9ed95fe 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Travel::Status::DE::IRIS 1.02 - ??? May ?? 2015 +git HEAD * Added github repo to dist metadata and the doc diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index e6884b6..7b731b8 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.02'; +our $VERSION = '1.01'; use Carp qw(confess cluck); use DateTime; -- cgit v1.2.3