diff options
-rw-r--r-- | Changelog | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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; |