X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApp%2FTDWTF.pm;h=6f8a43ba49b855d681a941b28d3bb749a7fbd488;hb=1e0caaad51845fa693b274b8a2ddff6bf47bd2c5;hp=b31574280ba55edf4ea6001381ab9409461312c4;hpb=0911ac34e6ae2761f1b464817ce43d3a4e4ce14e;p=webservice-tdwtf.git diff --git a/lib/App/TDWTF.pm b/lib/App/TDWTF.pm index b315742..6f8a43b 100644 --- a/lib/App/TDWTF.pm +++ b/lib/App/TDWTF.pm @@ -8,7 +8,7 @@ use Encode qw/encode/; use HTML::FormatText; use WebService::TDWTF; -our $VERSION = '0.001'; +our $VERSION = '0.003'; sub print_list { my $idlen = length $_[0]->Id; @@ -39,3 +39,5 @@ sub run { return print_list tdwtf_list_author @argv if $args->{author}; print_article tdwtf_article @argv } + +1;