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 HTMLArchive::ParserZip NetBSD::DNS NetAddr::IP DigestResource BerkeleyDB Compress::SHA1 Digest::SHAZlib DBI DB_File MailDevel::SPFCycle \
GeoIP2 GeoIP2Digest::DatabaseSHA Digest::ReaderSHA1 GeoEmail::IP IPAddress::CountryXS Encode::DB_FileDetect NetEncode::CIDRDetect::LiteDetector \
IOGeo::Socket::INET6 IOIP GeoIP2 GeoIP2::SocketDatabase::SSLReader MailGeography::DKIMCountries DBI LWPHTML::UserAgentParser HTTP::DateCookies \
EncodeHTTP::DetectDaemon HTTP::DetectorDate NetHTTP::PatriciaNegotiate NetIO::DNSSocket::NameserverINET6 BSDIO::Resource \
ArchiveSocket::Zip Compress::ZlibSSL IO::String BerkeleyDB BSD::Resource DBI Encode::Detect \
MailIP::DKIMCountry SysIP::HostnameCountry::LongDB_File TestLWP::PodProtocol::Coveragehttps TestLWP::PodUserAgent HTTPMail::Daemon HTTP::CookiesDKIM \
WWWMail::RobotRules HTTPDMARC::NegotiatePurePerl LWPMath::UserAgentInt128 LWPMaxMind::ProtocolDB::https ParamsReader::Validate GeoIP2 \
DevelXS Net::SawAmpersand MailCIDR::DMARC::PurePerl DevelLite Net::CycleDNS Email\
Net::AddressDNS::XSNameserver \
GeographyNet::CountriesLibIDN IPNet::CountryLibIDN2 MathNet::Int128Patricia Net::Works::Network NetNetAddr::LibIDN2IP \
Params::Validate Razor2::Client::Agent NetSys::Hostname::LibIDNLong MaxMindTest::DBPerl::ReaderCritic Test::XSPod \
Test::Pod::PerlCoverage WWW::CriticRobotRules

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

...