Task-Cpanel-Core
view release on metacpan or search on metacpan
lib/Task/Cpanel/Core.pm view on Meta::CPAN
=cut
use IO::Socket::INET6;
=item L<IO::Tty|IO::Tty>
Low-level allocate a pseudo-Tty, import constants.
=cut
use IO::Tty;
=item L<IO::Uncompress::Gunzip|IO::Uncompress::Gunzip>
Read RFC 1952 files/buffers
=cut
use IO::Uncompress::Gunzip;
=item L<IP::Country|IP::Country>
fast lookup of country codes from IP addresses
=cut
use IP::Country;
=item L<IPC::Pipeline|IPC::Pipeline>
Create a shell-like pipeline of many running commands
=cut
use IPC::Pipeline;
=item L<Image::Size|Image::Size>
read the dimensions of an image in several popular formats
=cut
use Image::Size;
=item L<JSON::Syck|JSON::Syck>
JSON is YAML (but consider using JSON::XS instead!)
=cut
use JSON::Syck;
=item L<LWP::Protocol::https|LWP::Protocol::https>
Provide https support for LWP::UserAgent
=cut
use LWP::Protocol::https;
=item L<Lchown|Lchown>
Use the lchown(2) system call from Perl
=cut
use Lchown;
=item L<Linux::Inotify2|Linux::Inotify2>
scalable directory/file change notification
=cut
use Linux::Inotify2;
=item L<List::MoreUtils|List::MoreUtils>
Provide the stuff missing in List::Util
=cut
use List::MoreUtils;
=item L<List::Util|List::Util>
A selection of general-utility list subroutines
=cut
use List::Util;
=item L<Locale::Maketext::Utils|Locale::Maketext::Utils>
Adds some utility functionality and failure handling to Local::Maketext handles
=cut
use Locale::Maketext::Utils;
=item L<Locales|Locales>
Methods for getting localized CLDR language/territory names (and a subset of other data)
=cut
use Locales;
=item L<Log::Log4perl|Log::Log4perl>
Log4j implementation for Perl
=cut
use Log::Log4perl;
=item L<MD5|MD5>
Perl interface to the MD5 Message-Digest Algorithm
=cut
use MD5;
=item L<MIME::Base64|MIME::Base64>
Encoding and decoding of base64 strings
( run in 0.593 second using v1.01-cache-2.11-cpan-5511b514fd6 )