Add the :all export tag
[webservice-tdwtf.git] / lib / WebService / TDWTF.pm
index 33827e47797084f501863f7195874d954db5a1d0..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';
@@ -71,7 +71,7 @@ __END__
 
 =head1 NAME
 
-WebService::TDWTF - retreive articles from thedailywtf.com
+WebService::TDWTF - retrieve articles from thedailywtf.com
 
 =head1 SYNOPSIS
 
This page took 0.010046 seconds and 4 git commands to generate.