Add a todo reminder to in future add POD documentation

This commit is contained in:
Matthew Connelly 2015-09-05 14:56:33 +01:00
parent 9e5710647a
commit 2969027dbd
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ package App::AyudanteLobo;
use strict;
#TODO POD documentation
use Cwd; use POSIX;
use Date::Format qw/time2str/;
use Net::SSH2; use Try::Tiny;