Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check modules used by Octopussy... #644

Open
sebthebert opened this issue Jun 23, 2017 · 0 comments
Open

Check modules used by Octopussy... #644

sebthebert opened this issue Jun 23, 2017 · 0 comments
Assignees

Comments

@sebthebert
Copy link
Collaborator

use App::Info::HTTPD::Apache;
use Authen::SASL;
use Cache::FileCache;
use Crypt::PasswdMD5;
use DBI;
use Date::Manip;
use DateTime::Format::Strptime;
use DateTime;
use Email::MIME;
use Email::Sender::Simple;
use Email::Sender::Transport::SMTP;
use Email::Sender;
use Encode;
use English;
use File::Basename;
use File::Copy;
use File::Find;
use File::Path;
use File::Slurp;
use File::Spec::Functions qw( catfile );
use FindBin;
use Getopt::Long;
use JSON;
use LWP;
use Linux::Inotify2;
use List::MoreUtils;
use Net::FTP;
use Net::LDAP;
use Net::SCP;
use Net::Telnet;
use Net::XMPP;
use Octopussy;
use POSIX;
use Path::Tiny;
use Pod::Find qw(pod_where);
use Pod::Usage;
use Proc::PID::File;
use Proc::ProcessTable;
use Readonly;
use Regexp::Assemble;
use Sys::CPU;
use Term::ProgressBar 2.00;
use Test::More;
use Test::Output;
use Time::Piece;
use Time::Seconds;
use URI::Escape;
use Unix::Syslog;
use XML::Simple;

@sebthebert sebthebert self-assigned this Jun 23, 2017
@sebthebert sebthebert added this to the Octopussy 1.0.17 milestone Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant