diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-16 16:23:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-16 16:23:15 +0200 |
commit | 330d0009b197f7fe633aea6bda1b3c04de29352c (patch) | |
tree | fc3dfee4601dc5232dd431f7d03b9d5e720bd174 /lib/Travel/Status | |
parent | 964bcdee8ee60686f9084dc3099ae96832621313 (diff) |
do not issue a new release just yet.
Diffstat (limited to 'lib/Travel/Status')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |