From: Marius Gavrilescu Date: Sat, 19 Mar 2016 18:52:45 +0000 (+0200) Subject: End App/TDWTF.pm with a true value X-Git-Tag: 0.003~1 X-Git-Url: http://git.ieval.ro/?p=webservice-tdwtf.git;a=commitdiff_plain;h=e8309a49ccb9b9a930a666f7efbf55f1a30aa2a6 End App/TDWTF.pm with a true value --- diff --git a/lib/App/TDWTF.pm b/lib/App/TDWTF.pm index b315742..6a990ef 100644 --- a/lib/App/TDWTF.pm +++ b/lib/App/TDWTF.pm @@ -39,3 +39,5 @@ sub run { return print_list tdwtf_list_author @argv if $args->{author}; print_article tdwtf_article @argv } + +1;