Dependencies
From HacDC Wiki
Dependencies are listed in CPAN. Everything in bold will have to be installed in Byzantium Linux for Captive-Portal to work.
- CGI::Cookie
- Scalar::Util
- Try::Tiny
- Test::More
- ExtUtils::MakeMaker
- Capture::Tiny
- File::Spec
- IO::Handle
- Exporter
- Carp
- File::Find
- File::Temp
- Role::Basic
- Storable
- Module::Build
- Template
- App::Config
- Time:: HiRes
- Log::Dispatch::Syslog
- Sys::Syslog
- Params::Validate
- Attribute::Handlers
- Authen::Simple
- Crypt::PasswdMD5
- Class::Accessor::Fast
- MIME::Base64
- Digest::MD5
- Digest::SHA
- Class::Data::Inheritable
- JSON
- Log::Log4Perl
Listing all of the installed Perl modules on a system: perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'