Task-Cpanel-Core

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  IO::Scalar: 0
  IO::Socket::ByteCounter: 0
  IO::Socket::INET6: 0
  IO::Tty: 0
  IO::Uncompress::Gunzip: 0
  IP::Country: 0
  IPC::Pipeline: 0
  Image::Size: 0
  JSON::Syck: 0
  LWP::Protocol::https: 0
  Lchown: 0
  Linux::Inotify2: 0
  List::MoreUtils: 0
  List::Util: 0
  Locale::Maketext::Utils: 0
  Locales: 0
  Log::Log4perl: 0
  MD5: 0
  MIME::Base64: 0
  MIME::Lite: 0
  Mail::Alias::Reader: 0

Makefile.PL  view on Meta::CPAN

    "IO::Scalar" => 0,
    "IO::Socket::ByteCounter" => 0,
    "IO::Socket::INET6" => 0,
    "IO::Tty" => 0,
    "IO::Uncompress::Gunzip" => 0,
    "IP::Country" => 0,
    "IPC::Pipeline" => 0,
    "Image::Size" => 0,
    "JSON::Syck" => 0,
    "LWP::Protocol::https" => 0,
    "Lchown" => 0,
    "Linux::Inotify2" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "Locale::Maketext::Utils" => 0,
    "Locales" => 0,
    "Log::Log4perl" => 0,
    "MD5" => 0,
    "MIME::Base64" => 0,
    "MIME::Lite" => 0,
    "Mail::Alias::Reader" => 0,

README.md  view on Meta::CPAN

read the dimensions of an image in several popular formats

- [JSON::Syck](http://search.cpan.org/perldoc?JSON::Syck)

JSON is YAML (but consider using JSON::XS instead!)

- [LWP::Protocol::https](http://search.cpan.org/perldoc?LWP::Protocol::https)

Provide https support for LWP::UserAgent

- [Lchown](http://search.cpan.org/perldoc?Lchown)

Use the lchown(2) system call from Perl

- [Linux::Inotify2](http://search.cpan.org/perldoc?Linux::Inotify2)

scalable directory/file change notification

- [List::MoreUtils](http://search.cpan.org/perldoc?List::MoreUtils)

Provide the stuff missing in List::Util

- [List::Util](http://search.cpan.org/perldoc?List::Util)

lib/Task/Cpanel/Core.pm  view on Meta::CPAN

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>



( run in 0.526 second using v1.01-cache-2.11-cpan-5511b514fd6 )