Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git clone https://github.com/tokuhirom/plenv.git ~/.plenv
git clone https://github.com/tokuhirom/Perl-Build.git ~/.plenv/plugins/perl-build/
echo 'export PATH="$HOME/.plenv/bin:$PATH"' >> ~/.profile
echo 'eval "$(plenv init -)"' >> ~/.profile
export PATH="$HOME/.plenv/bin:$PATH"
eval "$(plenv init -)"
plenv install 5.16.3
plenv rehash
plenv global 5.16.3
perl -v
plenv install-cpanm

cpanm HTML::Parser Net::DNS NetAddr::IP Digest::SHA1 Digest::SHA DB_File Mail::SPF \
GeoIP2 GeoIP2::Database::Reader Geo::IP IP::Country::DB_File Net::CIDR::Lite \
IO::Socket::INET6 IO::Socket::SSL Mail::DKIM DBI LWP::UserAgent HTTP::Date \
Encode::Detect::Detector Net::Patricia Net::DNS::Nameserver \
BSD::Resource \
Archive::Zip IOCompress::CompressZlib IO::String BerkeleyDB BSD::Resource DBI Encode::Detect \
Mail::DKIM Sys::Hostname::Long Test::Pod::Coverage Test::Pod HTTP::Daemon HTTP::Cookies \
WWW::RobotRules HTTP::Negotiate LWP::UserAgent LWP::Protocol::https Params::Validate GeoIP2 \
Devel::SawAmpersand Mail::DMARC::PurePerl Devel::Cycle Email::Address::XS \
Geography::Countries IP::Country Math::Int128 Net::Works::Network Net::LibIDN2 \
Net::LibIDN MaxMind::DB::Reader::XS Test::Perl::Critic

cpanm Mail::SPF -n --install-args="--install_path sbin=$HOME/bin" 

...