Add the :all export tag
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Jan 2016 20:55:28 +0000 (20:55 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Jan 2016 20:55:28 +0000 (20:55 +0000)
lib/WebService/TDWTF.pm

index 5e011a0fd86b7a56323f0b6c174f1986ef70e46d..d0f6529e66db5bb7732c20db532e5c529fd22669 100644 (file)
@@ -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';
This page took 0.0123 seconds and 4 git commands to generate.