From be354e3bc99d180e08c7bf6a62e0bdff7d07f56f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 16 Jan 2016 20:56:06 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ lib/WebService/TDWTF.pm | 2 +- lib/WebService/TDWTF/Article.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 27eb14a..9cc1e2b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension WebService::TDWTF. +0.002 2016-01-16T20:56+00:00 + - Add CLI interface + 0.001 2016-01-09T22:45+02:00 - Initial release diff --git a/lib/WebService/TDWTF.pm b/lib/WebService/TDWTF.pm index d0f6529..0aa6dff 100644 --- a/lib/WebService/TDWTF.pm +++ b/lib/WebService/TDWTF.pm @@ -15,7 +15,7 @@ my @subs = qw/article list_recent list_series list_author/; our @EXPORT = map { "tdwtf_$_" } @subs; our @EXPORT_OK = (@EXPORT, @subs); our %EXPORT_TAGS = (all => [@EXPORT_OK]); -our $VERSION = '0.001'; +our $VERSION = '0.002'; our $AGENT = "WebService-TDWTF/$VERSION"; our $BASE_URL = 'http://thedailywtf.com/api'; diff --git a/lib/WebService/TDWTF/Article.pm b/lib/WebService/TDWTF/Article.pm index b705b87..c7fbe4d 100644 --- a/lib/WebService/TDWTF/Article.pm +++ b/lib/WebService/TDWTF/Article.pm @@ -5,7 +5,7 @@ use strict; use warnings; use parent qw/Class::Accessor::Fast/; -our $VERSION = '0.001'; +our $VERSION = '0.002'; use WebService::TDWTF (); -- 2.30.2