X-Git-Url: http://git.ieval.ro/?p=webservice-tdwtf.git;a=blobdiff_plain;f=lib%2FWebService%2FTDWTF.pm;h=0aa6dff1f5e5674a0ec4f17ecd76a2396c3ae98a;hp=d0f6529e66db5bb7732c20db532e5c529fd22669;hb=be354e3bc99d180e08c7bf6a62e0bdff7d07f56f;hpb=e7459a70dbe184745a5ffa34b3e3b85232cae4d4 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';