From: Marius Gavrilescu Date: Sat, 16 Jan 2016 20:55:28 +0000 (+0000) Subject: Add the :all export tag X-Git-Tag: 0.002~1 X-Git-Url: http://git.ieval.ro/?p=webservice-tdwtf.git;a=commitdiff_plain;h=e7459a70dbe184745a5ffa34b3e3b85232cae4d4 Add the :all export tag --- diff --git a/lib/WebService/TDWTF.pm b/lib/WebService/TDWTF.pm index 5e011a0..d0f6529 100644 --- a/lib/WebService/TDWTF.pm +++ b/lib/WebService/TDWTF.pm @@ -14,7 +14,7 @@ use WebService::TDWTF::Article; 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 $AGENT = "WebService-TDWTF/$VERSION"; our $BASE_URL = 'http://thedailywtf.com/api';