From e7459a70dbe184745a5ffa34b3e3b85232cae4d4 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 16 Jan 2016 20:55:28 +0000 Subject: [PATCH] Add the :all export tag --- lib/WebService/TDWTF.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.30.2